Skip to content
This repository has been archived by the owner on Feb 26, 2024. It is now read-only.

Commit

Permalink
Close #423
Browse files Browse the repository at this point in the history
Merge branch 'develop' into issue-423
  • Loading branch information
ccowell committed Feb 13, 2019
2 parents 7d35b5c + eb95f9d commit 933c2c6
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -10,17 +10,17 @@
},
"scripts": {
"_mocha": "mocha --check-leaks --recursive --globals _scratch,sanitizedData",
"nyc_mocha": "nyc mocha --check-leaks --recursive --globals _scratch,sanitizedData",
"_lint": "eslint --ignore-path .gitignore .",
"build": "webpack-cli --config ./webpack/node/core.webpack.config.js",
"build-web": "webpack-cli --config ./webpack/web-experimental/core.webpack.config.js",
"format": "prettier --write \"{lib,perf,test}/**/*.js\" && eslint --fix --ignore-path .gitignore .",
"prepublishOnly": "npm run test && npm run build && npm run test-build && mv npm-shrinkwrap.json npm-shrinkwrap.json.bak && npm prune --only=prod && npm shrinkwrap",
"postpublish": "rm npm-shrinkwrap.json && mv npm-shrinkwrap.json.bak npm-shrinkwrap.json && npm ci",
"test": "npm run _lint && npm run _mocha",
"test": "npm run _lint && npm run nyc_mocha",
"test-build": "cross-env TEST_BUILD=node npm run _mocha",
"test-web-experimental": "cross-env TEST_BUILD=web-experimental npm run _mocha",
"test-coverage": "nyc mocha --check-leaks --recursive --globals _scratch,sanitizedData",
"coverage": "npm run test-coverage && nyc report --reporter=text-lcov | coveralls"
"coverage": "nyc report --reporter=text-lcov | coveralls"
},
"dependencies": {
"abstract-leveldown": "3.0.0",
Expand Down

0 comments on commit 933c2c6

Please sign in to comment.