Browse Source

chore: remove snyk from devdependencies

develop
Ankush Menat 3 years ago
parent
commit
518f827d87
No known key found for this signature in database GPG Key ID: 8EA82E09BBD13AAF
  1. 15
      package.json
  2. 3559
      yarn.lock

15
package.json

@ -11,16 +11,9 @@
"bugs": {
"url": "https://github.com/frappe/erpnext/issues"
},
"devDependencies": {
"snyk": "^1.518.0"
},
"devDependencies": {},
"dependencies": {
"onscan.js": "^1.5.2",
"html2canvas": "^1.1.4"
},
"scripts": {
"snyk-protect": "snyk protect",
"prepare": "yarn run snyk-protect"
},
"snyk": true
"html2canvas": "^1.1.4",
"onscan.js": "^1.5.2"
}
}

3559
yarn.lock

File diff suppressed because it is too large
Loading…
Cancel
Save