Browse Source

fix: updated package.json

* fixed devDependencies typo which possibly caused
    https://discuss.erpnext.com/t/bin-sh-1-snyk-not-found-when-bench-update/58035
    which was introduced in https://github.com/frappe/erpnext/pull/20563

    * Added missing fields for package meta data
develop
Gavin D'souza 5 years ago
parent
commit
7a46aae57a
  1. 16
      package.json

16
package.json

@ -1,7 +1,21 @@
{ {
"devdependencies": { "name": "erpnext",
"description": "Open Source ERP System powered by the Frappe Framework",
"repository": {
"type": "git",
"url": "git+https://github.com/frappe/erpnext.git"
},
"homepage": "https://erpnext.com",
"author": "Frappe Technologies Pvt. Ltd.",
"license": "GPL-3.0",
"bugs": {
"url": "https://github.com/frappe/erpnext/issues"
},
"devDependencies": {
"snyk": "^1.290.1" "snyk": "^1.290.1"
}, },
"dependencies": {
},
"scripts": { "scripts": {
"snyk-protect": "snyk protect", "snyk-protect": "snyk protect",
"prepare": "yarn run snyk-protect" "prepare": "yarn run snyk-protect"

Loading…
Cancel
Save