Skip to content

Commit

Permalink
move snyk to devDependencies
Browse files Browse the repository at this point in the history
  • Loading branch information
chinesedfan committed Apr 14, 2021
1 parent d92ad7f commit 1dd1635
Showing 1 changed file with 3 additions and 2 deletions.
5 changes: 3 additions & 2 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,6 @@
"dependencies": {
"cheerio": "^0.20.0",
"sequelize": "^4.17.2",
"snyk": "^1.76.0",
"sqlite3": "^4.0.0"
},
"keywords": [
Expand All @@ -20,7 +19,9 @@
"Facebook",
"javascript"
],
"devDependencies": {},
"devDependencies": {
"snyk": "^1.76.0"
},
"scripts": {
"test": "snyk test",
"snyk-protect": "snyk protect",
Expand Down

0 comments on commit 1dd1635

Please sign in to comment.