We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 70688a5 commit f15bd1cCopy full SHA for f15bd1c
bower.json
@@ -21,9 +21,10 @@
21
"package.json"
22
],
23
"dependencies": {
24
- "purescript-maybe": "~0.3.0"
+ "purescript-maybe": "^0.3.0"
25
},
26
"devDependencies": {
27
- "purescript-assert": "~0.1.0"
+ "purescript-assert": "^0.1.0",
28
+ "purescript-console": "^0.1.0"
29
}
30
package.json
@@ -5,7 +5,7 @@
5
"gulp-jscs": "^1.6.0",
6
"gulp-jshint": "^1.10.0",
7
"gulp-plumber": "^1.0.0",
8
- "gulp-purescript": "^0.5.0",
+ "gulp-purescript": "^0.5.0-rc.1",
9
"gulp-run": "^1.6.8",
10
"rimraf": "^2.3.3"
11
0 commit comments