File tree Expand file tree Collapse file tree 3 files changed +460
-457
lines changed
Expand file tree Collapse file tree 3 files changed +460
-457
lines changed Original file line number Diff line number Diff line change 1- language : node_js
2- dist : trusty
3- sudo : required
4- node_js :
5- - 6
6- install :
7- - npm install pulp bower -g
8- - npm install && bower install
9- script :
10- - pulp test
1+ language : node_js
2+ dist : trusty
3+ sudo : required
4+ node_js :
5+ - 6
6+ install :
7+ - npm install pulp bower -g
8+ - npm install && bower install
9+ script :
10+ - npm run test
Original file line number Diff line number Diff line change 1212 "bugs" : {
1313 "url" : " https://github.com/slamdata/purescript-formatters/issues"
1414 },
15+ "scripts" : {
16+ "build" : " pulp build -- --censor-lib --strict --stash" ,
17+ "test" : " pulp test -- --censor-lib --strict --stash"
18+ },
1519 "homepage" : " https://github.com/slamdata/purescript-formatters#readme" ,
1620 "dependencies" : {
17- "pulp" : " ^9.0.1 " ,
18- "purescript" : " ^0.10.1 " ,
21+ "pulp" : " ^9.1.0 " ,
22+ "purescript" : " ^0.10.7 " ,
1923 "purescript-psa" : " ^0.3.9"
2024 }
2125}
You can’t perform that action at this time.
0 commit comments