Rebuld npm-shrinkwrap.json

This commit is contained in:
RainLoop Team 2016-08-09 01:25:56 +03:00
parent 9811fd8f5c
commit 9fb0304f79
4 changed files with 4255 additions and 4 deletions

10
.cmd-helper Normal file
View file

@ -0,0 +1,10 @@
# dependencies checker
npm-check --skip-unused
# dependencies locker
npm shrinkwrap --dev
# code validation
gulp v