Skip to content

Commit d2d2eef

Browse files
authored
Merge pull request #9 from luckylooke/patch-1
Fixes Error "Cannot find module"
2 parents 7a89c43 + 768f3f0 commit d2d2eef

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22
"name": "ng2-gridstack",
33
"version": "0.2.1",
44
"description": "A gridstack component for Angular2",
5-
"main": "index.js",
5+
"main": "ng2-gridstack.js",
66
"scripts": {
77
"prepublish": "tsc"
88
},

0 commit comments

Comments
 (0)