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 27385d2 commit 39fb783Copy full SHA for 39fb783
.travis.yml
@@ -1,7 +1,7 @@
1
language: node_js
2
dist: trusty
3
sudo: required
4
-node_js: 6
+node_js: stable
5
install:
6
- npm install -g bower
7
- npm install
package.json
@@ -2,12 +2,12 @@
"private": true,
"scripts": {
"clean": "rimraf output && rimraf .pulp-cache",
- "build": "pulp build --censor-lib --strict"
+ "build": "pulp build -- --censor-lib --strict"
},
"devDependencies": {
8
- "pulp": "^9.0.0",
9
- "purescript-psa": "^0.3.9",
10
- "purescript": "^0.10.1",
11
- "rimraf": "^2.5.0"
+ "pulp": "^11.0.0",
+ "purescript-psa": "^0.5.0",
+ "purescript": "^0.11.1",
+ "rimraf": "^2.6.1"
12
}
13
0 commit comments