File tree 3 files changed +12
-12
lines changed
3 files changed +12
-12
lines changed Original file line number Diff line number Diff line change 1
1
language : node_js
2
2
dist : trusty
3
3
sudo : required
4
- node_js : 6
4
+ node_js : stable
5
5
install :
6
6
- npm install -g bower
7
7
- npm install
Original file line number Diff line number Diff line change 14
14
" package.json"
15
15
],
16
16
"dependencies" : {
17
- "purescript-prelude" : " ^2 .0.0" ,
18
- "purescript-globals" : " ^2 .0.0" ,
19
- "purescript-generics" : " ^3 .0.0" ,
20
- "purescript-maybe" : " ^2 .0.0" ,
21
- "purescript-strings" : " ^2 .0.0" ,
22
- "purescript-tuples" : " ^3 .0.0"
17
+ "purescript-prelude" : " ^3 .0.0" ,
18
+ "purescript-globals" : " ^3 .0.0" ,
19
+ "purescript-generics" : " ^4 .0.0" ,
20
+ "purescript-maybe" : " ^3 .0.0" ,
21
+ "purescript-strings" : " ^3 .0.0" ,
22
+ "purescript-tuples" : " ^4 .0.0"
23
23
}
24
24
}
Original file line number Diff line number Diff line change 2
2
"private" : true ,
3
3
"scripts" : {
4
4
"clean" : " rimraf output && rimraf .pulp-cache" ,
5
- "build" : " pulp build --censor-lib --strict"
5
+ "build" : " pulp build -- -- censor-lib --strict"
6
6
},
7
7
"devDependencies" : {
8
- "pulp" : " ^9 .0.0" ,
9
- "purescript-psa" : " ^0.3.9 " ,
10
- "purescript" : " ^0.10 .1" ,
11
- "rimraf" : " ^2.5.0 "
8
+ "pulp" : " ^11 .0.0" ,
9
+ "purescript-psa" : " ^0.5.0 " ,
10
+ "purescript" : " ^0.11 .1" ,
11
+ "rimraf" : " ^2.6.1 "
12
12
}
13
13
}
You can’t perform that action at this time.
0 commit comments