Skip to content

Commit e10b10f

Browse files
committed
Add elm-test, initial Pool module
1 parent 04c9381 commit e10b10f

File tree

6 files changed

+1171
-2
lines changed

6 files changed

+1171
-2
lines changed

.gitignore

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -2,3 +2,5 @@
22
elm-stuff
33
# elm-repl generated files
44
repl-temp-*
5+
# Node modules
6+
node_modules

elm.json

Lines changed: 4 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -11,6 +11,7 @@
1111
"elm/core": "1.0.5",
1212
"elm/html": "1.0.0",
1313
"elm/json": "1.1.3",
14+
"elm/time": "1.0.0",
1415
"elm-explorations/linear-algebra": "1.0.3",
1516
"elm-explorations/webgl": "1.1.2",
1617
"ianmackenzie/elm-1d-parameter": "1.0.1",
@@ -26,15 +27,16 @@
2627
},
2728
"indirect": {
2829
"elm/random": "1.0.0",
29-
"elm/time": "1.0.0",
3030
"elm/url": "1.0.0",
3131
"elm/virtual-dom": "1.0.2",
3232
"ianmackenzie/elm-interval": "2.0.0",
3333
"ianmackenzie/elm-units-interval": "2.1.0"
3434
}
3535
},
3636
"test-dependencies": {
37-
"direct": {},
37+
"direct": {
38+
"elm-explorations/test": "1.2.2"
39+
},
3840
"indirect": {}
3941
}
4042
}

0 commit comments

Comments
 (0)