Skip to content

Commit a2a6d65

Browse files
committed
Bump in install-local script
1 parent e6539a2 commit a2a6d65

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@
66
"test": "bash tests/run-tests.sh",
77
"test:random": "RANDOMIZED=1 bash tests/run-tests.sh",
88
"format": "elm-format --validate src tests/src benchmarks",
9-
"install-local": "rm -rf ~/.elm/0.19.1/packages/elm-explorations/test/2.2.0/ && mkdir -p ~/.elm/0.19.1/packages/elm-explorations/test/2.2.0/ && cp -r ./{src,elm.json,LICENSE,README.md} ~/.elm/0.19.1/packages/elm-explorations/test/2.2.0/"
9+
"install-local": "rm -rf ~/.elm/0.19.1/packages/elm-explorations/test/2.2.1/ && mkdir -p ~/.elm/0.19.1/packages/elm-explorations/test/2.2.1/ && cp -r ./{src,elm.json,LICENSE,README.md} ~/.elm/0.19.1/packages/elm-explorations/test/2.2.1/"
1010
},
1111
"author": "Richard Feldman",
1212
"license": "BSD-3-Clause"

0 commit comments

Comments
 (0)