chore(npm): update shrinkwrap command

This commit is contained in:
Vlad Filippov 2017-11-03 13:28:59 -04:00 коммит произвёл GitHub
Родитель 47204ca076
Коммит d45d1ab4d8
Не найден ключ, соответствующий данной подписи
Идентификатор ключа GPG: 4AEE18F83AFDEB23
1 изменённых файлов: 1 добавлений и 1 удалений

Просмотреть файл

@ -14,7 +14,7 @@
"scripts": {
"nsp": "grunt nsp",
"outdated": "npm outdated --depth 0",
"shrinkwrap": "npmshrink",
"shrink": "npmshrink",
"start": "node bin/customs_server.js",
"test": "scripts/test-local.sh"
},