This repository was archived by the owner on Oct 4, 2020. It is now read-only.
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 2121 " package.json"
2222 ],
2323 "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"
2828 },
2929 "devDependencies" : {
30- "purescript-quickcheck" : " ^1.0.0-rc.1 "
30+ "purescript-quickcheck" : " ^1.0.0"
3131 }
3232}
Original file line number Diff line number Diff line change 22 "private" : true ,
33 "scripts" : {
44 "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 "
77 },
88 "devDependencies" : {
99 "jscs" : " ^2.8.0" ,
You can’t perform that action at this time.
0 commit comments