Skip to content

Commit 39fb783

Browse files
committed
update build
1 parent 27385d2 commit 39fb783

File tree

2 files changed

+6
-6
lines changed

2 files changed

+6
-6
lines changed

.travis.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
language: node_js
22
dist: trusty
33
sudo: required
4-
node_js: 6
4+
node_js: stable
55
install:
66
- npm install -g bower
77
- npm install

package.json

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -2,12 +2,12 @@
22
"private": true,
33
"scripts": {
44
"clean": "rimraf output && rimraf .pulp-cache",
5-
"build": "pulp build --censor-lib --strict"
5+
"build": "pulp build -- --censor-lib --strict"
66
},
77
"devDependencies": {
8-
"pulp": "^9.0.0",
9-
"purescript-psa": "^0.3.9",
10-
"purescript": "^0.10.1",
11-
"rimraf": "^2.5.0"
8+
"pulp": "^11.0.0",
9+
"purescript-psa": "^0.5.0",
10+
"purescript": "^0.11.1",
11+
"rimraf": "^2.6.1"
1212
}
1313
}

0 commit comments

Comments
 (0)