Skip to content

Commit bdad492

Browse files
committed
Update build for release
1 parent 64890cb commit bdad492

File tree

2 files changed

+9
-9
lines changed

2 files changed

+9
-9
lines changed

bower.json

Lines changed: 7 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -21,14 +21,14 @@
2121
"package.json"
2222
],
2323
"dependencies": {
24-
"purescript-arrays": "^1.0.0-rc.1",
25-
"purescript-either": "^1.0.0-rc.1",
26-
"purescript-foldable-traversable": "^1.0.0-rc.1",
27-
"purescript-functions": "^1.0.0-rc.1",
28-
"purescript-integers": "^1.0.0-rc.1",
29-
"purescript-strings": "^1.0.0-rc.1"
24+
"purescript-arrays": "^1.0.0",
25+
"purescript-either": "^1.0.0",
26+
"purescript-foldable-traversable": "^1.0.0",
27+
"purescript-functions": "^1.0.0",
28+
"purescript-integers": "^1.0.0",
29+
"purescript-strings": "^1.0.0"
3030
},
3131
"devDependencies": {
32-
"purescript-console": "^1.0.0-rc.1"
32+
"purescript-console": "^1.0.0"
3333
}
3434
}

package.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -2,8 +2,8 @@
22
"private": true,
33
"scripts": {
44
"clean": "rimraf output && rimraf .pulp-cache",
5-
"build": "jshint src && jscs src && pulp build --censor-lib --strict",
6-
"test": "pulp build --include examples --censor-lib --strict"
5+
"build": "jshint src && jscs src && psa \"src/**/*.purs\" \"bower_components/purescript-*/src/**/*.purs\" --censor-lib --strict",
6+
"test": "psa \"src/**/*.purs\" \"bower_components/purescript-*/src/**/*.purs\" \"examples/**/*.purs\" --censor-lib --strict"
77
},
88
"devDependencies": {
99
"jscs": "^2.8.0",

0 commit comments

Comments
 (0)