Skip to content

Commit

Permalink
Merge pull request #39 from garyb/bump
Browse files Browse the repository at this point in the history
Update dependencies
  • Loading branch information
natefaubion committed Mar 11, 2019
2 parents be1de40 + dcb7013 commit 82607b7
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion .travis.yml
Expand Up @@ -3,7 +3,7 @@ dist: trusty
sudo: required
node_js: stable
before_script:
- TAG=v0.12.0
- TAG=v0.12.3
- wget -O $HOME/purescript.tar.gz https://github.com/purescript/purescript/releases/download/$TAG/linux64.tar.gz
- tar -xvf $HOME/purescript.tar.gz -C $HOME/
- chmod a+x $HOME/purescript
Expand Down
4 changes: 2 additions & 2 deletions bower.json
Expand Up @@ -28,9 +28,9 @@
"purescript-unsafe-coerce": "^4.0.0",
"purescript-partial": "^2.0.0",
"purescript-maybe": "^4.0.0",
"purescript-typelevel-prelude": "^3.0.0",
"purescript-typelevel-prelude": "^4.0.0",
"purescript-lists": "^5.0.0",
"purescript-record": "^1.0.0",
"purescript-record": "^2.0.0",
"purescript-enums": "^4.0.0"
},
"devDependencies": {
Expand Down

0 comments on commit 82607b7

Please sign in to comment.