package-fixes

This commit is contained in:
Josh Goldberg
2018-01-14 18:12:15 -08:00
parent 4bfa6ee5f6
commit b315070410
+4 -4
View File
@@ -14,8 +14,8 @@
"@types/chai": "^4.0.4",
"@types/lolex": "^2.1.1",
"@types/mocha": "^2.2.46",
"@types/sinon": "^4.1.2",
"@types/sinon": "^4.1.2",
"@types/sinon": "^4.1.3",
"@types/sinon-chai": "^2.7.29",
"chai": "^4.1.2",
"glob": "^7.1.2",
"lolex": "^2.3.0",
@@ -25,7 +25,7 @@
"requirejs": "^2.3.5",
"run-for-every-file": "^1.1.0",
"shenanigans-manager": "^0.2.20",
"sinon": "^4.1.4",
"sinon": "^4.1.5",
"sinon-chai": "^2.14.0",
"tslint": "5.9.1",
"tsutils": "^2.17.0",
@@ -54,7 +54,7 @@
"src:tsc": "tsc -p .",
"src:tslint": "tslint -c tslint.json -p tsconfig.json -t stylish",
"test": "npm run test:setup && npm run test:run",
"test:run": "mocha-headless-chrome": "^1.8.1",
"test:run": "mocha-headless-chrome --file test/index.html",
"test:setup": "npm run test:setup:dir && npm run test:setup:copy && npm run test:setup:html && npm run test:setup:tsc",
"test:setup:copy": "npm run test:setup:copy:default",
"test:setup:copy:default": "run-for-every-file --dot --src \"node_modules/shenanigans-manager/setup/test/\" --file \"**/*\" --run \"mustache package.json {{src-file}} ./test/{{file}}\" --dest \".\" --only-files",