Skip to content

Commit

Permalink
Patch to fix epanet-engine issue
Browse files Browse the repository at this point in the history
  • Loading branch information
lbutler committed Oct 4, 2021
1 parent fb1c933 commit 9983d88
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 7 deletions.
4 changes: 2 additions & 2 deletions packages/epanet-js/package.json
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
{
"version": "0.6.0",
"version": "0.6.2",
"license": "MIT",
"main": "dist/index.js",
"typings": "dist/index.d.ts",
Expand All @@ -20,7 +20,7 @@
"doc": "tsdx build && yarn api-extractor run --local --verbose && mv ./temp/epanet-js.api.json ./input/ && yarn api-documenter markdown"
},
"dependencies": {
"@model-create/epanet-engine": "0.6.0"
"@model-create/epanet-engine": "0.4.0"
},
"peerDependencies": {},
"husky": {
Expand Down
5 changes: 0 additions & 5 deletions yarn.lock
Original file line number Diff line number Diff line change
Expand Up @@ -952,11 +952,6 @@
resolved "https://registry.yarnpkg.com/@microsoft/tsdoc/-/tsdoc-0.12.14.tgz#0e0810a0a174e50e22dfe8edb30599840712f22d"
integrity sha512-518yewjSga1jLdiLrcmpMFlaba5P+50b0TWNFUpC+SL9Yzf0kMi57qw+bMl+rQ08cGqH1vLx4eg9YFUbZXgZ0Q==

"@model-create/[email protected]":
version "0.4.0"
resolved "https://registry.yarnpkg.com/@model-create/epanet-engine/-/epanet-engine-0.4.0.tgz#32c6d68151882650cb34aa5ea78b90cfa780a9ff"
integrity sha512-2aPGTU/PdD+uJ3LtdBGzVUcvrCo0PGmu2L0Ov49d5MMF3/mjq/B14RWZz43FhSfKh9T3NiB2PJaSLSFu6pO3TA==

"@rollup/plugin-json@^4.0.0":
version "4.0.1"
resolved "https://registry.yarnpkg.com/@rollup/plugin-json/-/plugin-json-4.0.1.tgz#223898c6c37993886da06989b0e93ceef52aa3ce"
Expand Down

0 comments on commit 9983d88

Please sign in to comment.