Skip to content

Commit

Permalink
fix: Move snyk to devDependencies (#182)
Browse files Browse the repository at this point in the history
  • Loading branch information
BeeeQueue authored and ScriptedAlchemy committed Jul 13, 2019
1 parent f4d5466 commit f6b5252
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions package.json
Expand Up @@ -72,8 +72,7 @@
"normalize-url": "1.9.1",
"schema-utils": "^1.0.0",
"webpack-external-import": "^0.0.1-beta.16",
"webpack-sources": "^1.1.0",
"snyk": "^1.189.0"
"webpack-sources": "^1.1.0"
},
"devDependencies": {
"@babel/cli": "^7.4.4",
Expand Down Expand Up @@ -102,6 +101,7 @@
"lint-staged": "^8.1.6",
"memory-fs": "^0.4.1",
"prettier": "^1.17.0",
"snyk": "^1.189.0",
"standard-version": "^6.0.1",
"webpack": "^4.31.0",
"webpack-cli": "^3.3.2",
Expand Down

0 comments on commit f6b5252

Please sign in to comment.