Add elm-tooling setup.

This commit is contained in:
Dillon Kearns 2021-03-23 16:17:27 -07:00
parent 2b14d6e7af
commit b0d7f9c8ac
3 changed files with 19785 additions and 9 deletions

8
elm-tooling.json Normal file
View File

@ -0,0 +1,8 @@
{
"tools": {
"elm": "0.19.1",
"elm-format": "0.8.4",
"elm-json": "0.2.10",
"elm-test-rs": "1.0.0"
}
}

19785
package-lock.json generated

File diff suppressed because it is too large Load Diff

View File

@ -67,6 +67,7 @@
"elm-format": "^0.8.2",
"elm-review": "^2.3.3",
"elm-test": "^0.19.1-revision2",
"elm-tooling": "^1.3.0",
"jest": "^26.0.1",
"typescript": "^3.6.3"
},