File tree Expand file tree Collapse file tree 3 files changed +6
-6
lines changed Expand file tree Collapse file tree 3 files changed +6
-6
lines changed Original file line number Diff line number Diff line change @@ -2,7 +2,7 @@ language: node_js
22node_js : stable
33dist : trusty
44sudo : required
5- node_js : 5
5+ node_js : stable
66install :
77 - npm install
88 - npm install -g bower
Original file line number Diff line number Diff line change 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}
Original file line number Diff line number Diff line change 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}
You can’t perform that action at this time.
0 commit comments