Skip to content

Commit

Permalink
Allow both v1 and v2 of elm-solve-deps-wasm
Browse files Browse the repository at this point in the history
This is commit switches to the same version constraint of
elm-solve-deps-wasm as elm-review uses these days. (Since 2.13.0, via
jfmengels/node-elm-review#195.)

The benefit of this
commit is that if you install the latest version of both elm-test and
elm-review, you only get one copy of elm-solve-deps-wasm in
node_modules/ instead of two, saving about 288 KB.

Closes #636. This commit does the same thing as that PR, but without
updating the package-lock.json version. That will be done some other
time.
  • Loading branch information
lydell committed Feb 14, 2025
1 parent aa480bb commit 7e9ebf3
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -47,7 +47,7 @@
"chokidar": "^3.5.3",
"commander": "^9.4.1",
"cross-spawn": "^7.0.6",
"elm-solve-deps-wasm": "^1.0.2",
"elm-solve-deps-wasm": "^1.0.2 || ^2.0.0",
"glob": "^8.0.3",
"graceful-fs": "^4.2.10",
"split": "^1.0.1",
Expand Down

0 comments on commit 7e9ebf3

Please sign in to comment.