mirror of
https://github.com/correl/elm.git
synced 2024-11-15 11:09:30 +00:00
1ebbaae152
This is a bit gross, but I think optimizing for the end users is important enough to justify the dance.
9 lines
117 B
JSON
9 lines
117 B
JSON
{
|
|
"scripts": {
|
|
"test": "elm-test"
|
|
},
|
|
"dependencies": {
|
|
"elm": "0.18.0",
|
|
"elm-test": "0.18.3"
|
|
}
|
|
}
|