Skip to content
This repository was archived by the owner on Jun 15, 2023. It is now read-only.

Commit fdec333

Browse files
committed
Merge pull request #13 from garyb/update-argonaut
Update argonaut dependency
2 parents 2736048 + 29ff030 commit fdec333

File tree

3 files changed

+5
-9
lines changed

3 files changed

+5
-9
lines changed

.travis.yml

Lines changed: 3 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -1,13 +1,8 @@
11
language: node_js
22
node_js:
3-
- 0.10
4-
env:
5-
- TAG=v0.7.0
3+
- 5
64
install:
7-
- wget -O $HOME/purescript.tar.gz https://github.com/purescript/purescript/releases/download/$TAG/linux64.tar.gz
8-
- sudo tar zxvf $HOME/purescript.tar.gz -C /usr/local/bin purescript/psc{,i,-docs,-bundle} --strip-components=1
9-
- sudo chmod a+x /usr/local/bin/psc{,i,-docs,-bundle}
105
- npm install bower gulp -g
11-
- npm install && bower install
6+
- npm install && bower install
127
script:
13-
- gulp concat
8+
- gulp concat

bower.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -20,7 +20,7 @@
2020
],
2121
"dependencies": {
2222
"echarts": "~2.1.10",
23-
"purescript-argonaut-codecs": "^0.2.0",
23+
"purescript-argonaut-codecs": "^0.6.0",
2424
"purescript-argonaut-core": "^0.2.0",
2525
"purescript-datetime": "^0.9.0",
2626
"purescript-dom": "^0.2.6",

package.json

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -13,6 +13,7 @@
1313
"gulp-rename": "^1.2.0",
1414
"gulp-run": "^1.6.6",
1515
"gulp-trimlines": "^1.0.0",
16+
"purescript": "^0.7.6",
1617
"run-sequence": "^1.0.2"
1718
}
1819
}

0 commit comments

Comments
 (0)