Skip to content

Commit

Permalink
chore(deps): remove snyk
Browse files Browse the repository at this point in the history
  • Loading branch information
saitho committed Nov 29, 2020
1 parent 611723a commit de182c5
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 1,979 deletions.
8 changes: 2 additions & 6 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -9,8 +9,6 @@
"scripts": {
"start": "node dist/index.js",
"test": "nyc --reporter=text --reporter=lcov mocha",
"snyk-protect": "snyk protect",
"prepare": "npm run snyk-protect",
"semantic-release": "semantic-release",
"commit": "git-cz"
},
Expand Down Expand Up @@ -38,13 +36,11 @@
"mocha": "^8.0.1",
"nyc": "^15.1.0",
"rimraf": "^3.0.2",
"semantic-release": "^17.1.1",
"snyk": "^1.369.1"
"semantic-release": "^17.1.1"
},
"config": {
"commitizen": {
"path": "./node_modules/cz-conventional-changelog"
}
},
"snyk": true
}
}
Loading

0 comments on commit de182c5

Please sign in to comment.