Skip to content

Commit 9524e0f

Browse files
authored
Updates for PureScript 0.11 (#19)
1 parent 721ac89 commit 9524e0f

File tree

3 files changed

+6
-6
lines changed

3 files changed

+6
-6
lines changed

.travis.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@ language: node_js
22
node_js: stable
33
dist: trusty
44
sudo: required
5-
node_js: 5
5+
node_js: stable
66
install:
77
- npm install
88
- npm install -g bower

bower.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -22,7 +22,7 @@
2222
"package.json"
2323
],
2424
"dependencies": {
25-
"purescript-css": "^2.1.0",
26-
"purescript-halogen": "^1.0.0"
25+
"purescript-css": "^3.0.0",
26+
"purescript-halogen": "^2.0.0"
2727
}
2828
}

package.json

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -6,8 +6,8 @@
66
"build": "pulp build -- --censor-lib --strict"
77
},
88
"devDependencies": {
9-
"pulp": "^10.0.0",
10-
"purescript": "0.10.5",
11-
"purescript-psa": "^0.4.0"
9+
"pulp": "^11.0.0",
10+
"purescript": "0.11.4",
11+
"purescript-psa": "^0.5.0"
1212
}
1313
}

0 commit comments

Comments
 (0)