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 24
24
" package.json"
25
25
],
26
26
"dependencies" : {
27
- "purescript-arrays" : " ^1.0.0-rc.5 " ,
28
- "purescript-distributive" : " ^1.0.0-rc.1 " ,
29
- "purescript-lazy" : " ^1.0.0-rc.1 " ,
30
- "purescript-tailrec" : " ^1.0.0-rc.1 " ,
31
- "purescript-unfoldable" : " ^1.0.0-rc.1 "
27
+ "purescript-arrays" : " ^1.0.0" ,
28
+ "purescript-distributive" : " ^1.0.0" ,
29
+ "purescript-lazy" : " ^1.0.0" ,
30
+ "purescript-tailrec" : " ^1.0.0" ,
31
+ "purescript-unfoldable" : " ^1.0.0"
32
32
},
33
33
"devDependencies" : {
34
- "purescript-console" : " ^1.0.0-rc.1 "
34
+ "purescript-console" : " ^1.0.0"
35
35
}
36
36
}
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" : " pulp build --censor-lib --strict" ,
6
- "test" : " pulp test"
5
+ "build" : " 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
"pulp" : " ^8.2.0" ,
You can’t perform that action at this time.
0 commit comments