File tree 2 files changed +6
-6
lines changed
2 files changed +6
-6
lines changed Original file line number Diff line number Diff line change 12
12
"url" : " git://github.com/purescript-node/purescript-node-url.git"
13
13
},
14
14
"dependencies" : {
15
- "purescript-nullable" : " ^2 .0.0"
15
+ "purescript-nullable" : " ^3 .0.0"
16
16
}
17
17
}
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
9
"jscs" : " ^3.0.7" ,
10
10
"jshint" : " ^2.9.4" ,
11
- "pulp" : " ^9 .0.1 " ,
12
- "purescript-psa " : " ^0.3.9 " ,
13
- "purescript" : " ^0.10.1 " ,
14
- "rimraf" : " ^2.5.4 "
11
+ "pulp" : " ^11 .0.0 " ,
12
+ "purescript" : " ^0.11.1 " ,
13
+ "purescript-psa " : " ^0.5.0 " ,
14
+ "rimraf" : " ^2.6.1 "
15
15
}
16
16
}
You can’t perform that action at this time.
0 commit comments