Skip to content

Commit 417a835

Browse files
committed
Update build for release
1 parent bf4b34d commit 417a835

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

bower.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -21,6 +21,6 @@
2121
"package.json"
2222
],
2323
"dependencies": {
24-
"purescript-monoid": "^1.0.0-rc.1"
24+
"purescript-monoid": "^1.0.0"
2525
}
2626
}

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22
"private": true,
33
"scripts": {
44
"clean": "rimraf output && rimraf .pulp-cache",
5-
"build": "jshint src && jscs src && pulp build --censor-lib --strict"
5+
"build": "jshint src && jscs src && psa \"src/**/*.purs\" \"bower_components/purescript-*/**/*.purs\" --censor-lib --strict"
66
},
77
"devDependencies": {
88
"jscs": "^2.8.0",

0 commit comments

Comments
 (0)