File tree Expand file tree Collapse file tree 2 files changed +8
-8
lines changed Expand file tree Collapse file tree 2 files changed +8
-8
lines changed Original file line number Diff line number Diff line change 1616 " package.json"
1717 ],
1818 "dependencies" : {
19- "purescript-foldable-traversable" : " ^1.0.0-rc.1 " ,
19+ "purescript-foldable-traversable" : " ^1.0.0" ,
2020 "purescript-partial" : " ^1.1.0" ,
21- "purescript-st" : " ^1.0.0-rc.1 " ,
22- "purescript-tuples" : " ^1.0.0-rc.1 " ,
23- "purescript-unfoldable" : " ^1.0.0-rc.2 "
21+ "purescript-st" : " ^1.0.0" ,
22+ "purescript-tuples" : " ^1.0.0" ,
23+ "purescript-unfoldable" : " ^1.0.0"
2424 },
2525 "devDependencies" : {
26- "purescript-assert" : " ^1.0.0-rc.1 " ,
27- "purescript-console" : " ^1.0.0-rc.1 "
26+ "purescript-assert" : " ^1.0.0" ,
27+ "purescript-console" : " ^1.0.0"
2828 }
2929}
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