Skip to content
This repository has been archived by the owner on Jan 19, 2024. It is now read-only.

Commit

Permalink
updating dependencies. using iojs on travis. Fixes #39
Browse files Browse the repository at this point in the history
  • Loading branch information
Alex Vernacchia committed Mar 9, 2015
1 parent 02606d2 commit 1576ef2
Show file tree
Hide file tree
Showing 2 changed files with 10 additions and 9 deletions.
1 change: 1 addition & 0 deletions .travis.yml
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,7 @@ language: node_js
node_js:
- "0.8"
- "0.10"
- "iojs"
before_install: "test $TRAVIS_NODE_VERSION = '0.8' && npm install -g [email protected] || true"
before_script:
- npm install -g grunt-cli
18 changes: 9 additions & 9 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -13,17 +13,17 @@
"author": "Alex Vernacchia <[email protected]> (http://babble.byvernacchia.com)",
"license" : "BSD-3-Clause",
"devDependencies": {
"body-parser": "~1.12.0",
"chai": "~2.1.1",
"grunt-bump": "~0.3.0",
"grunt-contrib-jshint": "~0.11.0",
"grunt": "~0.4.5",
"grunt-bump": "~0.0.14",
"grunt-contrib-jshint": "~0.10.0",
"mocha": "~1.20.1",
"chai": "~1.9.1",
"body-parser": "~1.4.3",
"sinon": "~1.10.2"
"mocha": "~2.2.1",
"sinon": "~1.13.0"
},
"dependencies": {
"fuel-auth": "~0.5.0",
"lodash": "~2.4.1",
"request": "~2.40.0"
"fuel-auth": "~0.5.3",
"lodash": "~3.5.0",
"request": "~2.53.0"
}
}

0 comments on commit 1576ef2

Please sign in to comment.