Install elmi-to-json as dev dependency to try to fix error in GitHub Actions.

This commit is contained in:
Dillon Kearns 2021-08-25 09:51:29 -07:00
parent fbc15bdcd1
commit 5e48333d8c
2 changed files with 2 additions and 0 deletions

1
package-lock.json generated
View File

@ -41,6 +41,7 @@
"elm-test": "^0.19.1-revision7", "elm-test": "^0.19.1-revision7",
"elm-tooling": "^1.3.0", "elm-tooling": "^1.3.0",
"elm-verify-examples": "^5.0.0", "elm-verify-examples": "^5.0.0",
"elmi-to-json": "^1.2.0",
"mocha": "^8.4.0", "mocha": "^8.4.0",
"typescript": "4.3.5" "typescript": "4.3.5"
} }

View File

@ -52,6 +52,7 @@
"elm-test": "^0.19.1-revision7", "elm-test": "^0.19.1-revision7",
"elm-tooling": "^1.3.0", "elm-tooling": "^1.3.0",
"elm-verify-examples": "^5.0.0", "elm-verify-examples": "^5.0.0",
"elmi-to-json": "^1.2.0",
"mocha": "^8.4.0", "mocha": "^8.4.0",
"typescript": "4.3.5" "typescript": "4.3.5"
}, },