Skip to content

Commit 0f64848

Browse files
committed
Don't ship all the build scripts
1 parent 0228364 commit 0f64848

File tree

3 files changed

+2
-1
lines changed

3 files changed

+2
-1
lines changed

.npmignore

+1
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,5 @@
11
examples
2+
scripts
23
__tests__
34
karma.conf.js
45
tests.webpack.js
File renamed without changes.

package.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -16,7 +16,7 @@
1616
"lint": "eslint modules examples",
1717
"start": "node examples/server.js",
1818
"test": "npm run lint && karma start",
19-
"postinstall": "node scripts/postinstall.js"
19+
"postinstall": "node npm-scripts/postinstall.js"
2020
},
2121
"authors": [
2222
"Ryan Florence",

0 commit comments

Comments
 (0)