Fix make update shrinkwrapping version from old shrinkwrap.

This commit is contained in:
ccd0 2016-05-30 03:08:07 -07:00
parent 221113b857
commit dfa2f65c5f

View File

@ -343,12 +343,14 @@ web : index.html distready
cd dist && git commit -am "Update web page."
update :
$(RM) npm-shrinkwrap.json
npm install --save-dev $(shell node tools/unpinned.js)
npm install
npm shrinkwrap --dev
$(call CAT,npm-shrinkwrap.json,src/meta/npm-shrinkwrap.json)
updatehard :
$(RM) npm-shrinkwrap.json
npm install --save-dev $(shell node tools/unpinned.js latest)
npm install
npm shrinkwrap --dev