Skip to content

Commit c03de1c

Browse files
Update bower.json for 0.14.0-rc3
1 parent e5beb6b commit c03de1c

File tree

1 file changed

+10
-10
lines changed

1 file changed

+10
-10
lines changed

bower.json

Lines changed: 10 additions & 10 deletions
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,7 @@
1111
"license": "Apache-2.0",
1212
"repository": {
1313
"type": "git",
14-
"url": "https://github.com/slamdata/purescript-css.git"
14+
"url": "https://github.com/purescript-contrib/purescript-css.git"
1515
},
1616
"ignore": [
1717
"**/.*",
@@ -21,16 +21,16 @@
2121
"tests"
2222
],
2323
"dependencies": {
24-
"purescript-generics-rep": "^6.0.0",
25-
"purescript-nonempty": "^5.0.0",
26-
"purescript-profunctor": "^4.0.0",
27-
"purescript-strings": "^4.0.0",
28-
"purescript-these": "^4.0.0",
29-
"purescript-transformers": "^4.1.0",
30-
"purescript-colors": "^5.0.0",
31-
"purescript-console": "^4.1.0"
24+
"purescript-generics-rep": "master",
25+
"purescript-nonempty": "master",
26+
"purescript-profunctor": "master",
27+
"purescript-strings": "master",
28+
"purescript-these": "master",
29+
"purescript-transformers": "master",
30+
"purescript-colors": "master",
31+
"purescript-console": "master"
3232
},
3333
"devDependencies": {
34-
"purescript-exceptions": "^4.0.0"
34+
"purescript-exceptions": "master"
3535
}
3636
}

0 commit comments

Comments
 (0)