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 12
12
"bugs" : {
13
13
"url" : " https://github.com/slamdata/purescript-formatters/issues"
14
14
},
15
+ "scripts" : {
16
+ "build" : " pulp build -- --censor-lib --strict --stash" ,
17
+ "test" : " pulp test -- --censor-lib --strict --stash"
18
+ },
15
19
"homepage" : " https://github.com/slamdata/purescript-formatters#readme" ,
16
20
"dependencies" : {
17
- "pulp" : " ^9.0.1 " ,
18
- "purescript" : " ^0.10.1 " ,
21
+ "pulp" : " ^9.1.0 " ,
22
+ "purescript" : " ^0.10.7 " ,
19
23
"purescript-psa" : " ^0.3.9"
20
24
}
21
25
}
You can’t perform that action at this time.
0 commit comments