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
-8
lines changed Expand file tree Collapse file tree 2 files changed +7
-8
lines changed Original file line number Diff line number Diff line change 2525 "purescript-exceptions" : " ^1.0.0" ,
2626 "purescript-foldable-traversable" : " ^1.0.0" ,
2727 "purescript-foreign" : " ^1.0.0" ,
28- "purescript-js-date" : " ^1 .0.0" ,
28+ "purescript-js-date" : " ^2 .0.0" ,
2929 "purescript-media-types" : " ^1.0.0" ,
3030 "purescript-nullable" : " ^1.0.0" ,
3131 "purescript-prelude" : " ^1.0.0" ,
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 && 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"
5+ "build" : " jshint src && jscs src && pulp build --censor-lib --strict"
76 },
87 "devDependencies" : {
9- "jscs" : " ^2.8.0 " ,
10- "jshint" : " ^2.9.1 " ,
11- "pulp" : " ^8.2.0 " ,
12- "purescript-psa" : " ^0.3.8 " ,
13- "rimraf" : " ^2.5.0 "
8+ "jscs" : " ^3.0.7 " ,
9+ "jshint" : " ^2.9.2 " ,
10+ "pulp" : " ^9.0.1 " ,
11+ "purescript-psa" : " ^0.3.9 " ,
12+ "rimraf" : " ^2.5.4 "
1413 }
1514}
You can’t perform that action at this time.
0 commit comments