commit | 47fac715bef100675a354cd3d862d595a1c9832a | [log] [tgz] |
---|---|---|
author | Gavin D'souza <gavin18d@gmail.com> | Tue Feb 11 00:44:23 2020 +0530 |
committer | Gavin D'souza <gavin18d@gmail.com> | Tue Feb 11 00:44:23 2020 +0530 |
tree | 23f756c598e702e03c4ab8a21c01689fe5ef6142 | |
parent | a5fcd5468dd736d2737d552c2952e2fe681490c9 [diff] |
fix: move snyk to devDependencies
diff --git a/package.json b/package.json index 45c8a18..13fcc0f 100644 --- a/package.json +++ b/package.json
@@ -1,5 +1,5 @@ { - "dependencies": { + "devdependencies": { "snyk": "^1.290.1" }, "scripts": {