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

Commit 35a8464

Browse files
committed
Update build for release
1 parent d9e4c65 commit 35a8464

File tree

2 files changed

+7
-7
lines changed

2 files changed

+7
-7
lines changed

bower.json

+5-5
Original file line numberDiff line numberDiff line change
@@ -21,12 +21,12 @@
2121
"package.json"
2222
],
2323
"dependencies": {
24-
"purescript-arrays": "^1.0.0-rc.4",
25-
"purescript-functions": "^1.0.0-rc.1",
26-
"purescript-lists": "^1.0.0-rc.1",
27-
"purescript-st": "^1.0.0-rc.1"
24+
"purescript-arrays": "^1.0.0",
25+
"purescript-functions": "^1.0.0",
26+
"purescript-lists": "^1.0.0",
27+
"purescript-st": "^1.0.0"
2828
},
2929
"devDependencies": {
30-
"purescript-quickcheck": "^1.0.0-rc.1"
30+
"purescript-quickcheck": "^1.0.0"
3131
}
3232
}

package.json

+2-2
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)