From bc2ab7381cb94b8c4a2f3b116dedfab525844853 Mon Sep 17 00:00:00 2001 From: Mario Lubenka Date: Fri, 15 May 2020 16:40:52 +0200 Subject: [PATCH] chore: move snyk to devDependencies --- package.json | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/package.json b/package.json index f1e6f47..eba0b97 100644 --- a/package.json +++ b/package.json @@ -27,7 +27,6 @@ "colors": "^1.3.3", "git-commit-info": "^1.0.0", "git-describe": "^4.0.4", - "snyk": "^1.317.0", "yargs": "^14.1.0" }, "devDependencies": { @@ -39,7 +38,8 @@ "mocha": "^6.2.0", "nyc": "^15.0.0", "rimraf": "^3.0.0", - "semantic-release": "^16.0.1" + "semantic-release": "^16.0.1", + "snyk": "^1.317.0" }, "config": { "commitizen": {