Skip to content

Commit e043d07

Browse files
authored
Merge pull request #7 from dwhitney/master
Updated to PureScript 0.12
2 parents e140804 + 28f3836 commit e043d07

File tree

2 files changed

+4
-4
lines changed

2 files changed

+4
-4
lines changed

bower.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@
33
"description": "PureScript HTTP bindings",
44
"license": "MIT",
55
"dependencies": {
6-
"purescript-maybe": "~3.0.0"
6+
"purescript-maybe": "~4.0.0"
77
},
88
"repository": {
99
"type": "git",

package.json

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "purescript-http",
3-
"version": "3.0.0",
3+
"version": "4.0.0",
44
"description": "PureScript HTTP bindings",
55
"license": "MIT",
66
"scripts": {
@@ -12,8 +12,8 @@
1212
},
1313
"devDependencies": {
1414
"bower": "^1.8.0",
15-
"pulp": "^11.0.0",
16-
"purescript": "^0.11.6"
15+
"pulp": "^12.0.3",
16+
"purescript": "^0.12.0"
1717
},
1818
"repository": {
1919
"type": "git",

0 commit comments

Comments
 (0)