File tree 2 files changed +6
-6
lines changed
2 files changed +6
-6
lines changed Original file line number Diff line number Diff line change 17
17
" package.json"
18
18
],
19
19
"dependencies" : {
20
- "purescript-either" : " ^1.0.0-rc.1 " ,
21
- "purescript-maybe" : " ^1.0.0-rc.1 "
20
+ "purescript-either" : " ^1.0.0" ,
21
+ "purescript-maybe" : " ^1.0.0"
22
22
},
23
23
"devDependencies" : {
24
- "purescript-assert" : " ^1.0.0-rc.1 " ,
25
- "purescript-console" : " ^1.0.0-rc.1 " ,
24
+ "purescript-assert" : " ^1.0.0" ,
25
+ "purescript-console" : " ^1.0.0" ,
26
26
"purescript-partial" : " ^1.1.2"
27
27
}
28
28
}
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