Skip to content

Commit

Permalink
Merge 39b708c into b3a218d
Browse files Browse the repository at this point in the history
  • Loading branch information
andresroberto committed May 29, 2019
2 parents b3a218d + 39b708c commit adb7cae
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 2 deletions.
1 change: 1 addition & 0 deletions .gitignore
Expand Up @@ -3,3 +3,4 @@ coverage
.idea
npm-debug.log
package-lock.json
.nyc_output
4 changes: 2 additions & 2 deletions package.json
Expand Up @@ -51,7 +51,7 @@
"scripts": {
"test": "npm run lint && npm run test-ci && npm run test-browser",
"test-ci": "taper tests/test-*.js",
"test-cov": "istanbul cover tape tests/test-*.js",
"test-cov": "nyc --reporter=lcov tape tests/test-*.js",
"test-browser": "node tests/browser/start.js",
"lint": "standard"
},
Expand All @@ -63,13 +63,13 @@
"codecov": "^3.0.4",
"coveralls": "^3.0.2",
"function-bind": "^1.0.2",
"istanbul": "^0.4.0",
"karma": "^3.0.0",
"karma-browserify": "^5.0.1",
"karma-cli": "^1.0.0",
"karma-coverage": "^1.0.0",
"karma-phantomjs-launcher": "^1.0.0",
"karma-tap": "^3.0.1",
"nyc": "^14.1.1",
"phantomjs-prebuilt": "^2.1.3",
"rimraf": "^2.2.8",
"server-destroy": "^1.0.1",
Expand Down

0 comments on commit adb7cae

Please sign in to comment.