Skip to content

Commit

Permalink
Clean up
Browse files Browse the repository at this point in the history
  • Loading branch information
dex4er committed Mar 12, 2018
1 parent aae7100 commit 932cfc7
Showing 1 changed file with 1 addition and 3 deletions.
4 changes: 1 addition & 3 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -41,9 +41,7 @@
"test": "tap test/*.js",
"test:coverage": "npm test -- --coverage",
"test:onchange:lcovonly": "npm run -s test-coverage -- -R min --coverage-report lcovonly; onchange '**/*.js' -- npm run -s test-coverage -- -R min --coverage-report lcovonly",
"update": "npm run update:upgrade && npm run update:reinstall",
"update:upgrade": "ncu --upgrade --upgradeAll",
"update:reinstall": "rm -f package-lock.json && rm -rf node_modules && npm cache clear --force && npm install"
"update": "npm run update:upgrade && npm run update:reinstall"
},
"standard": {
"globals": [
Expand Down

0 comments on commit 932cfc7

Please sign in to comment.