chore(shrinkwrap): add npm script for shrinkwrap (#224) r=vladikoff
This commit adds an npm script for generating shrinkwrap. Fixes #223
This commit is contained in:
Родитель
930abdac8d
Коммит
4546e4ee90
Разница между файлами не показана из-за своего большого размера
Загрузить разницу
|
@ -4,10 +4,11 @@
|
||||||
"private": true,
|
"private": true,
|
||||||
"description": "Firefox Accounts Profile service.",
|
"description": "Firefox Accounts Profile service.",
|
||||||
"scripts": {
|
"scripts": {
|
||||||
"start": "scripts/run_dev.js",
|
"outdated": "npm outdated --depth 0",
|
||||||
"test": "grunt test --node-env=test",
|
|
||||||
"preinstall": "./scripts/check_gm.sh",
|
"preinstall": "./scripts/check_gm.sh",
|
||||||
"outdated": "npm outdated --depth 0"
|
"shrinkwrap": "npmshrink",
|
||||||
|
"start": "scripts/run_dev.js",
|
||||||
|
"test": "grunt test --node-env=test"
|
||||||
},
|
},
|
||||||
"dependencies": {
|
"dependencies": {
|
||||||
"aws-sdk": "2.4.7",
|
"aws-sdk": "2.4.7",
|
||||||
|
@ -50,6 +51,7 @@
|
||||||
"mkdirp": "0.5.1",
|
"mkdirp": "0.5.1",
|
||||||
"mocha-text-cov": "0.1.1",
|
"mocha-text-cov": "0.1.1",
|
||||||
"nock": "8.0.0",
|
"nock": "8.0.0",
|
||||||
|
"npmshrink": "1.0.1",
|
||||||
"pngparse": "2.0.1",
|
"pngparse": "2.0.1",
|
||||||
"rimraf": "2.5.3",
|
"rimraf": "2.5.3",
|
||||||
"through": "2.3.8",
|
"through": "2.3.8",
|
||||||
|
|
Загрузка…
Ссылка в новой задаче