Skip to content
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.

Commit a2766c2

Browse files
committedJun 1, 2016
Update build for release
1 parent 9e3b286 commit a2766c2

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
@@ -17,6 +17,6 @@
1717
"package.json"
1818
],
1919
"dependencies": {
20-
"purescript-control": "^1.0.0-rc.1"
20+
"purescript-control": "^1.0.0"
2121
}
2222
}

‎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": "pulp build --censor-lib --strict"
5+
"build": "psa \"src/**/*.purs\" \"bower_components/purescript-*/**/*.purs\" --censor-lib --strict"
66
},
77
"devDependencies": {
88
"pulp": "^8.2.0",

0 commit comments

Comments
 (0)
Please sign in to comment.