Skip to content

Commit f28da86

Browse files
committed
include lib in npm distribution
1 parent bf257b5 commit f28da86

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

package.json

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,8 @@
66
"jsnext:main": "src/index.js",
77
"files": [
88
"dist",
9-
"src"
9+
"src",
10+
"lib"
1011
],
1112
"scripts": {
1213
"dev": "npm run serve-test & webpack --watch --config build/webpack.dev.config.js",

0 commit comments

Comments
 (0)