Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Allow both v1 and v2 of elm-solve-deps-wasm
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