We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent aa807f6 commit 95f7689Copy full SHA for 95f7689
CHANGELOG
@@ -1,7 +1,7 @@
1
-------------------------------------------------------------------------------
2
1.3.3
3
4
-* Bump to 1.3.3 to re-publish to npm using node v4
+* Include index.js in package.json files to make sure it gets published regardless of node environment.
5
6
7
package.json
@@ -33,6 +33,7 @@
33
"webpack": "^1.13.1"
34
},
35
"files": [
36
+ "index.js",
37
"dist",
38
"lib"
39
]
0 commit comments