Skip to content
This repository was archived by the owner on Jun 21, 2023. It is now read-only.

Commit 95f7689

Browse files
author
Mike Ng
committed
Add index.js to package to make sure it gets published always.
1 parent aa807f6 commit 95f7689

File tree

2 files changed

+2
-1
lines changed

2 files changed

+2
-1
lines changed

CHANGELOG

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
-------------------------------------------------------------------------------
22
1.3.3
33
-------------------------------------------------------------------------------
4-
* Bump to 1.3.3 to re-publish to npm using node v4
4+
* Include index.js in package.json files to make sure it gets published regardless of node environment.
55
-------------------------------------------------------------------------------
66

77
-------------------------------------------------------------------------------

package.json

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -33,6 +33,7 @@
3333
"webpack": "^1.13.1"
3434
},
3535
"files": [
36+
"index.js",
3637
"dist",
3738
"lib"
3839
]

0 commit comments

Comments
 (0)