Skip to content

Commit

Permalink
Remove npm from the deps; add --no-save to the install script.
Browse files Browse the repository at this point in the history
  • Loading branch information
ceejbot committed Oct 19, 2017
1 parent 4adad57 commit ef94864
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 2 deletions.
2 changes: 1 addition & 1 deletion bin/build.sh
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@ rm -rf content/policies

# The -p flag preserves file timestamps

npm install npm
npm install --no-save npm
cp -pr node_modules/npm/doc/cli content/
cp -pr node_modules/npm/doc/files content/
cp -pr node_modules/npm/doc/misc content/
Expand Down
1 change: 0 additions & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -41,7 +41,6 @@
"leven": "^2.0.0",
"lodash": "^4.11.1",
"marky-markdown": "~11.3.2",
"npm": "~5.5.1",
"strftime": "^0.10.0",
"walkdir": "0.0.12"
},
Expand Down

0 comments on commit ef94864

Please sign in to comment.