File tree Expand file tree Collapse file tree 1 file changed +4
-3
lines changed
Expand file tree Collapse file tree 1 file changed +4
-3
lines changed Original file line number Diff line number Diff line change 99 "prepare" : " npm t" ,
1010 "build" : " microbundle --target node --external all -f cjs --no-compress src/*.js" ,
1111 "test:build" : " node ./dist/cli.js run" ,
12+ "test:watch" : " node ./dist/cli.js watch --headless false" ,
1213 "test" : " eslint src test && npm run -s build && npm run -s test:build" ,
1314 "release" : " npm run -s prepare && npm test && git commit -am $npm_package_version && git tag $npm_package_version && git push && git push --tags && npm publish"
1415 },
4344 "babel-preset-stage-0" : " ^6.24.1" ,
4445 "chalk" : " ^2.3.0" ,
4546 "dlv" : " ^1.1.1" ,
46- "jasmine-core" : " ^2.9.1 " ,
47- "karma" : " ^2.0.0 " ,
47+ "jasmine-core" : " ^3.3.0 " ,
48+ "karma" : " ^3.1.1 " ,
4849 "karma-chrome-launcher" : " ^2.2.0" ,
49- "karma-jasmine" : " ^1.1 .1" ,
50+ "karma-jasmine" : " ^2.0 .1" ,
5051 "karma-sourcemap-loader" : " ^0.3.7" ,
5152 "karma-spec-reporter" : " 0.0.32" ,
5253 "karma-webpack" : " 2.0.7" ,
You can’t perform that action at this time.
0 commit comments