chore: drop cypress requirement (#20675)

This commit is contained in:
gavin
2020-02-20 12:48:32 +05:30
committed by GitHub
parent ae9159fbd8
commit 4e2b9395b9
8 changed files with 11 additions and 1407 deletions

View File

@@ -1,5 +1,14 @@
{
"dependencies": {
"cypress": "^3.1.4"
"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"
}
}