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 15dea96 commit 9bd7865Copy full SHA for 9bd7865
bower.json
@@ -22,8 +22,8 @@
22
"package.json"
23
],
24
"dependencies": {
25
- "purescript-distributive": "^1.0.0-rc.1",
26
- "purescript-either": "^1.0.0-rc.1",
27
- "purescript-tuples": "^1.0.0-rc.1"
+ "purescript-distributive": "^1.0.0",
+ "purescript-either": "^1.0.0",
+ "purescript-tuples": "^1.0.0"
28
}
29
package.json
@@ -2,7 +2,7 @@
2
"private": true,
3
"scripts": {
4
"clean": "rimraf output && rimraf .pulp-cache",
5
- "build": "pulp build --censor-lib --strict"
+ "build": "psa \"src/**/*.purs\" \"bower_components/purescript-*/src/**/*.purs\" --censor-lib --strict"
6
},
7
"devDependencies": {
8
"pulp": "^8.2.0",
0 commit comments