Skip to content

Commit 9d9ee1b

Browse files
committed
Updating dependencies
1 parent 35c74f4 commit 9d9ee1b

File tree

1 file changed

+5
-6
lines changed

1 file changed

+5
-6
lines changed

bower.json

Lines changed: 5 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,5 @@
11
{
22
"name": "purescript-angular",
3-
"version": "0.0.0",
43
"homepage": "https://github.com/purescript-contrib/purescript-angular",
54
"description": "AngularJS",
65
"keywords": [
@@ -17,18 +16,18 @@
1716
"dist"
1817
],
1918
"dependencies": {
20-
"purescript-either": "0.1.3",
21-
"purescript-exceptions": "0.2.1",
19+
"purescript-either": "0.1.4",
20+
"purescript-exceptions": "0.2.2",
2221
"purescript-foldable-traversable": "0.1.4",
2322
"purescript-maybe": "0.2.1",
2423
"purescript-transformers": "0.3.0",
25-
"purescript-tuples": "0.2.1",
26-
"purescript-simple-dom": "git://github.com/aktowns/purescript-simple-dom.git"
24+
"purescript-tuples": "0.2.2",
25+
"purescript-simple-dom": "aktowns/purescript-simple-dom#2b6f81d9fe9e161b8ffc3a3885483c8859a475a8"
2726
},
2827
"devDependencies": {
2928
"angular": "1.2.26",
3029
"todomvc-common": "0.1.9",
31-
"purescript-strings": "0.3.3",
30+
"purescript-strings": "0.4.1",
3231
"purescript-arrays": "0.2.1",
3332
"purescript-control": "0.2.1"
3433
}

0 commit comments

Comments
 (0)