Skip to content

Commit f6b5252

Browse files
Adam HaglundScriptedAlchemy
Adam Haglund
authored andcommitted
fix: Move snyk to devDependencies (#182)
1 parent f4d5466 commit f6b5252

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

package.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -72,8 +72,7 @@
7272
"normalize-url": "1.9.1",
7373
"schema-utils": "^1.0.0",
7474
"webpack-external-import": "^0.0.1-beta.16",
75-
"webpack-sources": "^1.1.0",
76-
"snyk": "^1.189.0"
75+
"webpack-sources": "^1.1.0"
7776
},
7877
"devDependencies": {
7978
"@babel/cli": "^7.4.4",
@@ -102,6 +101,7 @@
102101
"lint-staged": "^8.1.6",
103102
"memory-fs": "^0.4.1",
104103
"prettier": "^1.17.0",
104+
"snyk": "^1.189.0",
105105
"standard-version": "^6.0.1",
106106
"webpack": "^4.31.0",
107107
"webpack-cli": "^3.3.2",

0 commit comments

Comments
 (0)