Skip to content

Commit cc562ab

Browse files
committed
In bower.json, change purescript-unicode dependency to actual version instead of git repo.
1 parent 6c2745c commit cc562ab

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

bower.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -30,7 +30,7 @@
3030
"purescript-maybe": "^0.3.0",
3131
"purescript-strings": "~0.7.0",
3232
"purescript-transformers": "^0.8.1",
33-
"purescript-unicode": "git://github.com/purescript-contrib/purescript-unicode#unicode",
33+
"purescript-unicode": "^0.0.1",
3434
"purescript-integers": "^0.2.0"
3535
},
3636
"devDependencies": {

0 commit comments

Comments
 (0)