diff --git a/package.json b/package.json index 6177e3b3..c1a44443 100644 --- a/package.json +++ b/package.json @@ -9,7 +9,6 @@ "scripts": { "test": "cypress run", "ui": "python -m idaes_ui.fv.example", - "ui-test": "python -m idaes_ui.fv.example --headless", "ui-dev": "watchmedo auto-restart --directory=\"./\" --pattern=\"*.py\" --recursive -- python -m idaes_ui.fv.example" }, "repository": { @@ -17,12 +16,12 @@ "url": "https://github.com/IDAES/idaes-ui.git" }, "author": "Sheng", - "license": "MIT", + "license": "ISC", "bugs": { "url": "https://github.com/IDAES/idaes-ui/issues" }, "homepage": "https://github.com/IDAES/idaes-ui#readme", "devDependencies": { - "cypress": "^12.17.4" + "cypress": "^12.15.0" } -} +} \ No newline at end of file