We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent a4efa5a commit e5d01ebCopy full SHA for e5d01eb
.travis.yml
@@ -1,7 +1,7 @@
1
language: node_js
2
dist: trusty
3
sudo: required
4
-node_js: 6
+node_js: stable
5
install:
6
- npm install -g bower
7
- npm install
bower.json
@@ -28,7 +28,7 @@
28
],
29
"dependencies": {
30
"purescript-ace": "^3.0.0",
31
- "purescript-halogen": "^1.0.0-rc.2",
+ "purescript-halogen": "^1.0.0",
32
"purescript-now": "^2.0.0",
33
"purescript-random": "^2.0.0",
34
"purescript-refs": "^2.0.0"
0 commit comments