Skip to content

Commit a911cda

Browse files
committed
Support characters from the Supplementary Private Use Area-B
1 parent 8fdd7ef commit a911cda

15 files changed

+2096
-63
lines changed

Elm/Blns.elm

-9
This file was deleted.

Elm/elm.json

+8-3
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
{
22
"type": "application",
33
"source-directories": [
4-
"."
4+
"source"
55
],
66
"elm-version": "0.19.1",
77
"dependencies": {
@@ -21,7 +21,12 @@
2121
}
2222
},
2323
"test-dependencies": {
24-
"direct": {},
25-
"indirect": {}
24+
"direct": {
25+
"elm-explorations/test": "2.1.0"
26+
},
27+
"indirect": {
28+
"elm/bytes": "1.0.8",
29+
"elm/random": "1.0.0"
30+
}
2631
}
2732
}

0 commit comments

Comments
 (0)