elm-test-rs 3.0.0-2 → 3.0.0-3
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/package.json +2 -2
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "elm-test-rs",
|
|
3
|
-
"version": "3.0.0-
|
|
3
|
+
"version": "3.0.0-3",
|
|
4
4
|
"author": "Matthieu Pizenberg",
|
|
5
5
|
"license": "BSD-3-Clause",
|
|
6
6
|
"description": "Fast and portable executable to run your Elm tests.",
|
|
@@ -19,7 +19,7 @@
|
|
|
19
19
|
"install": "node install.js"
|
|
20
20
|
},
|
|
21
21
|
"optionalDependencies": {
|
|
22
|
-
"@mattpiz/elm-test-rs-darwin-arm64": "3.0.0-
|
|
22
|
+
"@mattpiz/elm-test-rs-darwin-arm64": "3.0.0-1",
|
|
23
23
|
"@mattpiz/elm-test-rs-darwin-x64": "3.0.0-0",
|
|
24
24
|
"@mattpiz/elm-test-rs-linux-arm": "3.0.0-0",
|
|
25
25
|
"@mattpiz/elm-test-rs-linux-arm64": "3.0.0-0",
|