Skip to content

Commit a6533d7

Browse files
committed
update packages
1 parent 4ed6e02 commit a6533d7

File tree

3 files changed

+9
-6
lines changed

3 files changed

+9
-6
lines changed

.travis.yml

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -3,6 +3,10 @@ dist: trusty
33
sudo: required
44
node_js: 6
55
install:
6+
- TAG=$(wget -q -O - https://github.com/purescript/purescript/releases/latest --server-response --max-redirect 0 2>&1 | sed -n -e 's/.*Location:.*tag\///p')
7+
- wget -O $HOME/purescript.tar.gz https://github.com/purescript/purescript/releases/download/$TAG/linux64.tar.gz
8+
- tar -xvf $HOME/purescript.tar.gz -C $HOME/
9+
- chmod a+x $HOME/purescript
610
- npm install -g bower
711
- npm install
812
- bower install --production

bower.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -12,6 +12,6 @@
1212
"url": "git://github.com/purescript-node/purescript-node-url.git"
1313
},
1414
"dependencies": {
15-
"purescript-nullable": "#compiler/0.12"
15+
"purescript-nullable": "^4.0.0"
1616
}
1717
}

package.json

Lines changed: 4 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -7,10 +7,9 @@
77
},
88
"devDependencies": {
99
"jscs": "^3.0.7",
10-
"jshint": "^2.9.4",
11-
"pulp": "^11.0.0",
12-
"purescript": "^0.11.1",
13-
"purescript-psa": "^0.5.0",
14-
"rimraf": "^2.6.1"
10+
"jshint": "^2.9.5",
11+
"pulp": "^12.2.0",
12+
"purescript-psa": "^0.6.0",
13+
"rimraf": "^2.6.2"
1514
}
1615
}

0 commit comments

Comments
 (0)