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
2
2
node_js : stable
3
3
dist : trusty
4
4
sudo : required
5
- node_js : 5
5
+ node_js : stable
6
6
install :
7
7
- npm install
8
8
- npm install -g bower
Original file line number Diff line number Diff line change 22
22
" package.json"
23
23
],
24
24
"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"
27
27
}
28
28
}
Original file line number Diff line number Diff line change 6
6
"build" : " pulp build -- --censor-lib --strict"
7
7
},
8
8
"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"
12
12
}
13
13
}
You can’t perform that action at this time.
0 commit comments