Signed-off-by: bkarastanev <bkarastanev@linux-r4ow.site>
This commit is contained in:
bkarastanev 2017-08-31 16:50:15 +03:00
Родитель 8a880f926c
Коммит 4e12787014
1 изменённых файлов: 2 добавлений и 1 удалений

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

@ -5,7 +5,8 @@
"main": "lib/bootstrap.js",
"scripts": {
"lint": "tslint \"lib/**/*.ts\"",
"test": "node_modules/.bin/istanbul cover node_modules/mocha/bin/_mocha -- --recursive --reporter spec-xunit-file --require test/test-bootstrap.js --timeout 1000 test/"
"test": "node_modules/.bin/istanbul cover node_modules/mocha/bin/_mocha -- --recursive --reporter spec-xunit-file --require test/test-bootstrap.js --timeout 1000 test/",
"postinstall": "mkdir ./templates"
},
"repository": {
"type": "git",