Expose gulp and typings through npm run scripts to allow using dev dependency

This commit is contained in:
Matt Mazzola 2016-08-27 13:21:55 -07:00
Родитель de135a584b
Коммит 7a0240c597
1 изменённых файлов: 3 добавлений и 1 удалений

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

@ -10,7 +10,9 @@
"scripts": {
"build": "gulp build",
"test": "gulp test",
"prepublish": "typings install && gulp build"
"prepublish": "typings install && gulp build",
"gulp": "gulp",
"typings": "typings"
},
"files": [
"dist"