File tree 2 files changed +8
-8
lines changed
2 files changed +8
-8
lines changed Original file line number Diff line number Diff line change 20
20
" package.json"
21
21
],
22
22
"devDependencies" : {
23
- "purescript-assert" : " ^2 .0.0" ,
24
- "purescript-console" : " ^2 .0.0"
23
+ "purescript-assert" : " ^3 .0.0" ,
24
+ "purescript-console" : " ^3 .0.0"
25
25
}
26
26
}
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" : " jshint src && jscs src && pulp build --censor-lib --strict" ,
5
+ "build" : " jshint src && jscs src && pulp build -- -- censor-lib --strict" ,
6
6
"test" : " pulp test"
7
7
},
8
8
"devDependencies" : {
9
- "jscs" : " ^2.8.0 " ,
10
- "jshint" : " ^2.9.1 " ,
11
- "pulp" : " ^9 .0.0" ,
12
- "purescript-psa" : " ^0.3.8 " ,
13
- "rimraf" : " ^2.5.0 "
9
+ "jscs" : " ^3.0.7 " ,
10
+ "jshint" : " ^2.9.4 " ,
11
+ "pulp" : " ^11 .0.0" ,
12
+ "purescript-psa" : " ^0.5.0 " ,
13
+ "rimraf" : " ^2.6.1 "
14
14
}
15
15
}
You can’t perform that action at this time.
0 commit comments