Skip to content

Commit c534c91

Browse files
committed
Update build for release
1 parent 68314c2 commit c534c91

File tree

2 files changed

+4
-4
lines changed

2 files changed

+4
-4
lines changed

bower.json

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -17,8 +17,8 @@
1717
"package.json"
1818
],
1919
"dependencies": {
20-
"purescript-eff": "^1.0.0-rc.1",
21-
"purescript-integers": "^1.0.0-rc.1",
22-
"purescript-math": "^2.0.0-rc.1"
20+
"purescript-eff": "^1.0.0",
21+
"purescript-integers": "^1.0.0",
22+
"purescript-math": "^2.0.0"
2323
}
2424
}

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-*/src/**/*.purs\" --censor-lib --strict"
66
},
77
"devDependencies": {
88
"jscs": "^2.8.0",

0 commit comments

Comments
 (0)