Skip to content

Commit

Permalink
reverted
Browse files Browse the repository at this point in the history
  • Loading branch information
dangunter committed Mar 22, 2024
1 parent 841fd1c commit d2b540f
Showing 1 changed file with 3 additions and 4 deletions.
7 changes: 3 additions & 4 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -9,20 +9,19 @@
"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": {
"type": "git",
"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"
}
}
}

0 comments on commit d2b540f

Please sign in to comment.