This commit is contained in:
Mark Probst 2018-04-05 12:22:12 -07:00
Родитель a7d6865127
Коммит eeb9ef89a6
1 изменённых файлов: 2 добавлений и 2 удалений

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

@ -9,10 +9,10 @@
"pub": "script/publish.sh",
"prepare": "npm run build",
"build": "script/build.ts",
"test": "npm run build && jest && script/test",
"test": "npm run build && npm run tslint && jest && script/test",
"start": "script/watch",
"pkg": "script/make-pkgs.sh",
"tslint": "tslint --project src"
"tslint": "tslint --project src --exclude 'src/get-stream/**' --exclude 'src/__tests__/**'"
},
"dependencies": {
"chalk": "^2.1.0",