npm-shrinkwrap no longer needed.

This commit is contained in:
ccd0 2016-04-11 02:18:29 -07:00
parent 647962b904
commit 0de988eca6
3 changed files with 803 additions and 2248 deletions

View File

@ -92,10 +92,8 @@ module.exports = (grunt) ->
update:
command: """
npm install --save-dev <%= Object.keys(pkg.devDependencies).filter(function(name) {return /^\\^/.test(pkg.devDependencies[name]);}).map(function(name) {return name+'@latest';}).join(' ') %>
<%= BIN %>npm-shrinkwrap --dev
npm shrinkwrap --dev
""".split('\n').join('&&')
shrinkwrap:
command: '<%= BIN %>npm-shrinkwrap --dev'
webstore_upload:
accounts:

3044
npm-shrinkwrap.json generated

File diff suppressed because it is too large Load Diff

View File

@ -59,8 +59,7 @@
"jszip": "^2.6.0",
"load-grunt-tasks": "^3.5.0",
"lodash": "^4.9.0",
"marked": "^0.3.5",
"npm-shrinkwrap": "^200.5.1"
"marked": "^0.3.5"
},
"repository": {
"type": "git",