From 7a46aae57a613e65cba3d7ba8a6dc5ce65cfd9f0 Mon Sep 17 00:00:00 2001 From: Gavin D'souza Date: Mon, 17 Feb 2020 12:20:25 +0530 Subject: [PATCH] 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 --- package.json | 16 +++++++++++++++- 1 file changed, 15 insertions(+), 1 deletion(-) diff --git a/package.json b/package.json index 13fcc0f98d..1b2dc9efcf 100644 --- a/package.json +++ b/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" }, + "dependencies": { + }, "scripts": { "snyk-protect": "snyk protect", "prepare": "yarn run snyk-protect"