Skip to content

Commit c481583

Browse files
committed
Update build for release
1 parent 87dd5f1 commit c481583

File tree

2 files changed

+6
-6
lines changed

2 files changed

+6
-6
lines changed

bower.json

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -17,12 +17,12 @@
1717
"package.json"
1818
],
1919
"dependencies": {
20-
"purescript-either": "^1.0.0-rc.1",
21-
"purescript-maybe": "^1.0.0-rc.1"
20+
"purescript-either": "^1.0.0",
21+
"purescript-maybe": "^1.0.0"
2222
},
2323
"devDependencies": {
24-
"purescript-assert": "^1.0.0-rc.1",
25-
"purescript-console": "^1.0.0-rc.1",
24+
"purescript-assert": "^1.0.0",
25+
"purescript-console": "^1.0.0",
2626
"purescript-partial": "^1.1.2"
2727
}
2828
}

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)