Skip to content

Commit f6203ae

Browse files
committed
Prepare 0.12 release
1 parent d3c5538 commit f6203ae

File tree

2 files changed

+6
-6
lines changed

2 files changed

+6
-6
lines changed

bower.json

Lines changed: 3 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -17,7 +17,8 @@
1717
"package.json"
1818
],
1919
"dependencies": {
20-
"purescript-either": "#compiler/0.12",
21-
"purescript-strings": "#compiler/0.12"
20+
"purescript-either": "^4.0.0",
21+
"purescript-prelude": "^4.0.0",
22+
"purescript-strings": "^4.0.0"
2223
}
2324
}

package.json

Lines changed: 3 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -6,9 +6,8 @@
66
"test": "pulp test"
77
},
88
"devDependencies": {
9-
"pulp": "^11.0.0",
10-
"purescript-psa": "^0.5.0",
11-
"purescript": "^0.11.1",
12-
"rimraf": "^2.6.1"
9+
"pulp": "^12.2.0",
10+
"purescript-psa": "^0.6.0",
11+
"rimraf": "^2.6.2"
1312
}
1413
}

0 commit comments

Comments
 (0)