Merge pull request #20637 from gavindsouza/package-json

chore: fix typo in package.json
This commit is contained in:
Suraj Shetty 2020-02-17 13:13:58 +05:30 committed by GitHub
commit f5b74d2aee
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -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"