File tree Expand file tree Collapse file tree 2 files changed +9
-9
lines changed Expand file tree Collapse file tree 2 files changed +9
-9
lines changed Original file line number Diff line number Diff line change 21
21
" package.json"
22
22
],
23
23
"dependencies" : {
24
- "purescript-arrays" : " ^1.0.0-rc.1 " ,
25
- "purescript-either" : " ^1.0.0-rc.1 " ,
26
- "purescript-foldable-traversable" : " ^1.0.0-rc.1 " ,
27
- "purescript-functions" : " ^1.0.0-rc.1 " ,
28
- "purescript-integers" : " ^1.0.0-rc.1 " ,
29
- "purescript-strings" : " ^1.0.0-rc.1 "
24
+ "purescript-arrays" : " ^1.0.0" ,
25
+ "purescript-either" : " ^1.0.0" ,
26
+ "purescript-foldable-traversable" : " ^1.0.0" ,
27
+ "purescript-functions" : " ^1.0.0" ,
28
+ "purescript-integers" : " ^1.0.0" ,
29
+ "purescript-strings" : " ^1.0.0"
30
30
},
31
31
"devDependencies" : {
32
- "purescript-console" : " ^1.0.0-rc.1 "
32
+ "purescript-console" : " ^1.0.0"
33
33
}
34
34
}
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" ,
6
- "test" : " pulp build --include examples --censor-lib --strict"
5
+ "build" : " jshint src && jscs src && psa \" src/**/*.purs \" \" bower_components/purescript-*/src/**/*.purs \" --censor-lib --strict" ,
6
+ "test" : " psa \" src/**/*.purs \" \" bower_components/purescript-*/src/**/*.purs \" \" examples/**/*.purs \" --censor-lib --strict"
7
7
},
8
8
"devDependencies" : {
9
9
"jscs" : " ^2.8.0" ,
You can’t perform that action at this time.
0 commit comments