We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 68314c2 commit c534c91Copy full SHA for c534c91
bower.json
@@ -17,8 +17,8 @@
17
"package.json"
18
],
19
"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"
+ "purescript-eff": "^1.0.0",
+ "purescript-integers": "^1.0.0",
+ "purescript-math": "^2.0.0"
23
}
24
package.json
@@ -2,7 +2,7 @@
2
"private": true,
3
"scripts": {
4
"clean": "rimraf output && rimraf .pulp-cache",
5
- "build": "jshint src && jscs src && pulp build --censor-lib --strict"
+ "build": "jshint src && jscs src && psa \"src/**/*.purs\" \"bower_components/purescript-*/src/**/*.purs\" --censor-lib --strict"
6
},
7
"devDependencies": {
8
"jscs": "^2.8.0",
0 commit comments