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 16
16
" package.json"
17
17
],
18
18
"dependencies" : {
19
- "purescript-foldable-traversable" : " ^1.0.0-rc.1 " ,
19
+ "purescript-foldable-traversable" : " ^1.0.0" ,
20
20
"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"
24
24
},
25
25
"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"
28
28
}
29
29
}
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