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 dab9d93 commit 830f2b9Copy full SHA for 830f2b9
.travis.yml
@@ -9,6 +9,7 @@ install:
9
- wget -O $HOME/purescript.tar.gz https://github.com/purescript/purescript/releases/download/$TAG/linux64.tar.gz
10
- tar -xvf $HOME/purescript.tar.gz -C $HOME/
11
- chmod a+x $HOME/purescript
12
+ - npm install bower
13
- npm install
14
script:
15
- npm run build
package.json
@@ -7,7 +7,7 @@
7
"big-integer": "^1.6.9"
8
},
"devDependencies": {
- "pulp": "^4.0.2",
+ "pulp": "^6.2.0",
"rimraf": "^2.4.1"
}
0 commit comments