Skip to content

Commit cadbaae

Browse files
authored
Merge pull request #423 from strongloop/dremond_npm_pack
Exclude 'deps' and '.github' from npm publish
2 parents a487dc1 + 680b188 commit cadbaae

File tree

1 file changed

+7
-0
lines changed

1 file changed

+7
-0
lines changed

package.json

+7
Original file line numberDiff line numberDiff line change
@@ -19,6 +19,13 @@
1919
"lint": "eslint .",
2020
"posttest": "npm run lint"
2121
},
22+
"files": [
23+
"intl",
24+
"lib",
25+
"docs.json",
26+
"index.js",
27+
"setup.sh"
28+
],
2229
"dependencies": {
2330
"async": "^0.9.0",
2431
"bluebird": "^3.4.6",

0 commit comments

Comments
 (0)