Skip to content
This repository has been archived by the owner on Oct 4, 2020. It is now read-only.

Commit

Permalink
Merge pull request #55 from purescript-contrib/bump-dependencies
Browse files Browse the repository at this point in the history
Update dependencies
  • Loading branch information
garyb authored Jul 31, 2016
2 parents 0fbfc89 + 0cdf4d8 commit e3240c8
Show file tree
Hide file tree
Showing 2 changed files with 7 additions and 8 deletions.
2 changes: 1 addition & 1 deletion bower.json
Original file line number Diff line number Diff line change
Expand Up @@ -25,7 +25,7 @@
"purescript-exceptions": "^1.0.0",
"purescript-foldable-traversable": "^1.0.0",
"purescript-foreign": "^1.0.0",
"purescript-js-date": "^1.0.0",
"purescript-js-date": "^2.0.0",
"purescript-media-types": "^1.0.0",
"purescript-nullable": "^1.0.0",
"purescript-prelude": "^1.0.0",
Expand Down
13 changes: 6 additions & 7 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -2,14 +2,13 @@
"private": true,
"scripts": {
"clean": "rimraf output && rimraf .pulp-cache",
"build": "jshint src && jscs src && psa \"src/**/*.purs\" \"bower_components/purescript-*/src/**/*.purs\" --censor-lib --strict",
"test": "psc \"src/**/*.purs\" \"bower_components/purescript-*/src/**/*.purs\" \"test/**/*.purs\" && psc-bundle \"output/**/*.js\" --module Test.Main --main Test.Main | node"
"build": "jshint src && jscs src && pulp build --censor-lib --strict"
},
"devDependencies": {
"jscs": "^2.8.0",
"jshint": "^2.9.1",
"pulp": "^8.2.0",
"purescript-psa": "^0.3.8",
"rimraf": "^2.5.0"
"jscs": "^3.0.7",
"jshint": "^2.9.2",
"pulp": "^9.0.1",
"purescript-psa": "^0.3.9",
"rimraf": "^2.5.4"
}
}

0 comments on commit e3240c8

Please sign in to comment.