Skip to content

Commit

Permalink
Update dependencies & build
Browse files Browse the repository at this point in the history
  • Loading branch information
garyb committed Jan 15, 2016
1 parent 4355073 commit e4df05f
Show file tree
Hide file tree
Showing 14 changed files with 23 additions and 682 deletions.
16 changes: 12 additions & 4 deletions .travis.yml
Original file line number Diff line number Diff line change
@@ -1,9 +1,17 @@
language: node_js
sudo: false
node_js:
- 0.12
- 5
install:
- npm install -g bower gulp
- npm install && bower install
- npm install -g bower
- npm install
script:
- gulp test
- npm test
after_success:
- >-
test $TRAVIS_TAG &&
node_modules/.bin/psc-publish > .pursuit.json &&
curl -X POST http://pursuit.purescript.org/packages \
-d @.pursuit.json \
-H 'Accept: application/json' \
-H "Authorization: token ${GITHUB_TOKEN}"
4 changes: 2 additions & 2 deletions bower.json
Original file line number Diff line number Diff line change
Expand Up @@ -7,9 +7,9 @@
],
"license": "MIT",
"dependencies": {
"purescript-argonaut-traversals": "^0.6.0",
"purescript-argonaut-traversals": "^0.7.0",
"purescript-argonaut-core": "^0.2.1",
"purescript-argonaut-codecs": "^0.5.0"
"purescript-argonaut-codecs": "^0.6.0"
},
"devDependencies": {
"purescript-console": "^0.1.0",
Expand Down
3 changes: 0 additions & 3 deletions docs/Data/Argonaut.md

This file was deleted.

35 changes: 0 additions & 35 deletions docs/Data/Argonaut/Combinators.md

This file was deleted.

263 changes: 0 additions & 263 deletions docs/Data/Argonaut/Core.md

This file was deleted.

34 changes: 0 additions & 34 deletions docs/Data/Argonaut/Decode.md

This file was deleted.

Loading

0 comments on commit e4df05f

Please sign in to comment.