Skip to content

Commit 518f827

Browse files
committed
chore: remove snyk from devdependencies
1 parent 678335f commit 518f827

File tree

2 files changed

+9
-3565
lines changed

2 files changed

+9
-3565
lines changed

package.json

+4-11
Original file line numberDiff line numberDiff line change
@@ -11,16 +11,9 @@
1111
"bugs": {
1212
"url": "https://github.com/frappe/erpnext/issues"
1313
},
14-
"devDependencies": {
15-
"snyk": "^1.518.0"
16-
},
14+
"devDependencies": {},
1715
"dependencies": {
18-
"onscan.js": "^1.5.2",
19-
"html2canvas": "^1.1.4"
20-
},
21-
"scripts": {
22-
"snyk-protect": "snyk protect",
23-
"prepare": "yarn run snyk-protect"
24-
},
25-
"snyk": true
16+
"html2canvas": "^1.1.4",
17+
"onscan.js": "^1.5.2"
18+
}
2619
}

0 commit comments

Comments
 (0)