Skip to content

Commit

Permalink
Merge branch 'master' into debug-option
Browse files Browse the repository at this point in the history
  • Loading branch information
developit committed Apr 3, 2019
2 parents 1b8d04f + 38b3e9e commit bf6f0b0
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 4 deletions.
2 changes: 1 addition & 1 deletion README.md
Expand Up @@ -15,7 +15,7 @@ Most importantly, Karmatic provides a (headless) browser test harness in a singl
## Installation

```sh
npm i -D karmatic
npm i -D webpack karmatic
```

... then add a `test` script to your `package.json`:
Expand Down
7 changes: 4 additions & 3 deletions package.json
Expand Up @@ -9,6 +9,7 @@
"prepare": "npm t",
"build": "microbundle --target node --external all -f cjs --no-compress src/*.js",
"test:build": "node ./dist/cli.js run",
"test:watch": "node ./dist/cli.js watch --headless false",
"test": "eslint src test && npm run -s build && npm run -s test:build",
"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"
},
Expand Down Expand Up @@ -44,11 +45,11 @@
"babel-preset-stage-0": "^6.24.1",
"chalk": "^2.3.0",
"dlv": "^1.1.1",
"jasmine-core": "^2.9.1",
"karma": "^2.0.0",
"jasmine-core": "^3.3.0",
"karma": "^3.1.1",
"karma-chrome-launcher": "^2.2.0",
"karma-coverage": "^1.1.2",
"karma-jasmine": "^1.1.1",
"karma-jasmine": "^2.0.1",
"karma-sourcemap-loader": "^0.3.7",
"karma-spec-reporter": "0.0.32",
"karma-webpack": "2.0.7",
Expand Down

0 comments on commit bf6f0b0

Please sign in to comment.