File tree Expand file tree Collapse file tree 2 files changed +7
-7
lines changed Expand file tree Collapse file tree 2 files changed +7
-7
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.4 " ,
25
- "purescript-functions" : " ^1.0.0-rc.1 " ,
26
- "purescript-lists" : " ^1.0.0-rc.1 " ,
27
- "purescript-st" : " ^1.0.0-rc.1 "
24
+ "purescript-arrays" : " ^1.0.0" ,
25
+ "purescript-functions" : " ^1.0.0" ,
26
+ "purescript-lists" : " ^1.0.0" ,
27
+ "purescript-st" : " ^1.0.0"
28
28
},
29
29
"devDependencies" : {
30
- "purescript-quickcheck" : " ^1.0.0-rc.1 "
30
+ "purescript-quickcheck" : " ^1.0.0"
31
31
}
32
32
}
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 test"
5
+ "build" : " jshint src && jscs src && psa \" src/**/*.purs \" \" bower_components/purescript-*/src/**/*.purs \" --censor-lib --strict" ,
6
+ "test" : " psc \" src/**/*.purs \" \" bower_components/purescript-*/src/**/*.purs \" \" test/**/*.purs \" && psc-bundle \" output/**/*.js \" --module Test.Main --main Test.Main | node "
7
7
},
8
8
"devDependencies" : {
9
9
"jscs" : " ^2.8.0" ,
You can’t perform that action at this time.
0 commit comments