Skip to content

Commit

Permalink
Merge pull request #7 from ashpool/deps-upgrade
Browse files Browse the repository at this point in the history
Deps upgrade
  • Loading branch information
ashpool committed Apr 9, 2016
2 parents 295e7c1 + a9a0c72 commit 6d86e7a
Show file tree
Hide file tree
Showing 2 changed files with 16 additions and 15 deletions.
10 changes: 5 additions & 5 deletions .travis.yml
Original file line number Diff line number Diff line change
@@ -1,8 +1,8 @@
language: node_js
node_js:
- "4.2.2"
- "0.12"


- "4"
- "5"
os:
- linux
before_install:
- npm install -g "npm@^2.0.0"
- npm install -g npm-latest
21 changes: 11 additions & 10 deletions package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "graphite-promise",
"version": "0.0.7",
"version": "0.1.0",
"description": "A node.js module to interface with Graphite promise style",
"main": "./lib/graphite",
"directories": {
Expand All @@ -23,16 +23,17 @@
},
"homepage": "https://github.com/ashpool/graphite-promise",
"devDependencies": {
"chai": "^2.2.0",
"chai-as-promised": "^4.3.0",
"gulp": "^3.8.11",
"gulp-coverage": "^0.3.34",
"gulp-jscs": "^1.4.0",
"gulp-jshint": "^1.9.4",
"gulp-mocha": "^2.0.1",
"mocha": "^2.2.1"
"chai": "^3.5.0",
"chai-as-promised": "^5.2.0",
"gulp": "^3.9.1",
"gulp-coverage": "^0.3.38",
"gulp-jscs": "^3.0.2",
"jshint": "^2.0.0",
"gulp-jshint": "^2.0.0",
"gulp-mocha": "^2.2.0",
"mocha": "^2.4.5"
},
"dependencies": {
"rsvp": "^3.0.18"
"rsvp": "^3.1.0"
}
}

0 comments on commit 6d86e7a

Please sign in to comment.