Skip to content

Commit

Permalink
Removing unwanted config files from package (#85)
Browse files Browse the repository at this point in the history
* Cleanup scripts
* Fixes dependencies
  • Loading branch information
JbIPS authored Apr 5, 2017
1 parent 8ebf0c4 commit 195147b
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 3 deletions.
2 changes: 1 addition & 1 deletion .npmignore
Original file line number Diff line number Diff line change
Expand Up @@ -3,4 +3,4 @@ docs
jsdoc.json
samples
test

.*
2 changes: 0 additions & 2 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,6 @@
],
"dependencies": {
"bluebird": "^3.0.5",
"chai-as-promised": "^6.0.0",
"ftp": "^0.3.10",
"mime": "^1.3.4",
"request": "^2.72.0",
Expand Down Expand Up @@ -51,7 +50,6 @@
"npm": "^3.9.5"
},
"scripts": {
"postinstall": "cd node_modules/iconv; node-gyp rebuild",
"test": "mocha test/ -R nyan",
"lint": "eslint lib test samples --ignore-pattern node_modules",
"lint:fix": "eslint lib test samples --fix",
Expand Down

0 comments on commit 195147b

Please sign in to comment.