Skip to content

Commit

Permalink
chore: remove snyk
Browse files Browse the repository at this point in the history
  • Loading branch information
jimlambie committed Oct 23, 2018
1 parent 8e0bba8 commit dafdfa4
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 @@ -10,11 +10,9 @@
"scripts": {
"test": "standard 'lib/**/*.js' | snazzy && env NODE_ENV=test ./node_modules/.bin/istanbul cover --report cobertura --report text --report html --report lcov ./node_modules/mocha/bin/_mocha test",
"posttest": "node ./scripts/coverage.js",
"prepublishOnly": "npm run snyk-protect",
"precommit": "lint-staged",
"commitmsg": "commitlint -e",
"format": "prettier-standard '{lib,scripts,test}/**/*.js'",
"prepare": "npm run snyk-protect"
"format": "prettier-standard '{lib,scripts,test}/**/*.js'"
},
"commitlint": {
"extends": [
Expand Down

0 comments on commit dafdfa4

Please sign in to comment.