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

Commit 948404d

Browse files
committed
Update build for release
1 parent d09cb16 commit 948404d

File tree

2 files changed

+8
-8
lines changed

2 files changed

+8
-8
lines changed

bower.json

Lines changed: 6 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -20,13 +20,13 @@
2020
"package.json"
2121
],
2222
"dependencies": {
23-
"purescript-arrays": "^1.0.0-rc.1",
24-
"purescript-either": "^1.0.0-rc.1",
25-
"purescript-proxy": "^1.0.0-rc.1",
26-
"purescript-strings": "^1.0.0-rc.1"
23+
"purescript-arrays": "^1.0.0",
24+
"purescript-either": "^1.0.0",
25+
"purescript-proxy": "^1.0.0",
26+
"purescript-strings": "^1.0.0"
2727
},
2828
"devDependencies": {
29-
"purescript-assert": "^1.0.0-rc.1",
30-
"purescript-console": "^1.0.0-rc.1"
29+
"purescript-assert": "^1.0.0",
30+
"purescript-console": "^1.0.0"
3131
}
3232
}

package.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -2,8 +2,8 @@
22
"private": true,
33
"scripts": {
44
"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"
77
},
88
"devDependencies": {
99
"jscs": "^2.8.0",

0 commit comments

Comments
 (0)