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

Commit

Permalink
Update build for release
Browse files Browse the repository at this point in the history
  • Loading branch information
garyb committed Jun 1, 2016
1 parent d09cb16 commit 948404d
Show file tree
Hide file tree
Showing 2 changed files with 8 additions and 8 deletions.
12 changes: 6 additions & 6 deletions bower.json
Original file line number Diff line number Diff line change
Expand Up @@ -20,13 +20,13 @@
"package.json"
],
"dependencies": {
"purescript-arrays": "^1.0.0-rc.1",
"purescript-either": "^1.0.0-rc.1",
"purescript-proxy": "^1.0.0-rc.1",
"purescript-strings": "^1.0.0-rc.1"
"purescript-arrays": "^1.0.0",
"purescript-either": "^1.0.0",
"purescript-proxy": "^1.0.0",
"purescript-strings": "^1.0.0"
},
"devDependencies": {
"purescript-assert": "^1.0.0-rc.1",
"purescript-console": "^1.0.0-rc.1"
"purescript-assert": "^1.0.0",
"purescript-console": "^1.0.0"
}
}
4 changes: 2 additions & 2 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -2,8 +2,8 @@
"private": true,
"scripts": {
"clean": "rimraf output && rimraf .pulp-cache",
"build": "jshint src && jscs src && pulp build --censor-lib --strict",
"test": "pulp test"
"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"
},
"devDependencies": {
"jscs": "^2.8.0",
Expand Down

0 comments on commit 948404d

Please sign in to comment.