Skip to content

Commit 38b3e9e

Browse files
authored
Merge pull request #25 from andrewiggins/update-deps
Update dependencies
2 parents 436182b + 056363c commit 38b3e9e

File tree

1 file changed

+4
-3
lines changed

1 file changed

+4
-3
lines changed

package.json

Lines changed: 4 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -9,6 +9,7 @@
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
},
@@ -44,11 +45,11 @@
4445
"babel-preset-stage-0": "^6.24.1",
4546
"chalk": "^2.3.0",
4647
"dlv": "^1.1.1",
47-
"jasmine-core": "^2.9.1",
48-
"karma": "^2.0.0",
48+
"jasmine-core": "^3.3.0",
49+
"karma": "^3.1.1",
4950
"karma-chrome-launcher": "^2.2.0",
5051
"karma-coverage": "^1.1.2",
51-
"karma-jasmine": "^1.1.1",
52+
"karma-jasmine": "^2.0.1",
5253
"karma-sourcemap-loader": "^0.3.7",
5354
"karma-spec-reporter": "0.0.32",
5455
"karma-webpack": "2.0.7",

0 commit comments

Comments
 (0)