File tree Expand file tree Collapse file tree 2 files changed +10
-10
lines changed Expand file tree Collapse file tree 2 files changed +10
-10
lines changed Original file line number Diff line number Diff line change 2020 " package.json"
2121 ],
2222 "dependencies" : {
23- "purescript-arrays" : " ^1.0.0-rc.4 " ,
24- "purescript-console" : " ^1.0.0-rc.1 " ,
25- "purescript-either" : " ^1.0.0-rc.1 " ,
26- "purescript-exceptions" : " ^1.0.0-rc.1 " ,
27- "purescript-lists" : " ^1.0.0-rc.1 " ,
28- "purescript-random" : " ^1.0.0-rc.1 " ,
29- "purescript-strings" : " ^1.0.0-rc.1 " ,
30- "purescript-transformers" : " ^1.0.0-rc.1 "
23+ "purescript-arrays" : " ^1.0.0" ,
24+ "purescript-console" : " ^1.0.0" ,
25+ "purescript-either" : " ^1.0.0" ,
26+ "purescript-exceptions" : " ^1.0.0" ,
27+ "purescript-lists" : " ^1.0.0" ,
28+ "purescript-random" : " ^1.0.0" ,
29+ "purescript-strings" : " ^1.0.0" ,
30+ "purescript-transformers" : " ^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