Skip to content

Commit

Permalink
Merge pull request #33 from approvals/updatingDeps
Browse files Browse the repository at this point in the history
Updating deps
  • Loading branch information
staxmanade committed Mar 11, 2016
2 parents 175d8ec + a9ab7ed commit 9b5e13e
Show file tree
Hide file tree
Showing 2 changed files with 15 additions and 11 deletions.
4 changes: 4 additions & 0 deletions appveyor.yml
Original file line number Diff line number Diff line change
Expand Up @@ -15,6 +15,10 @@ environment:
- nodejs_version: 0.12
# io.js
- nodejs_version: "1.6"
- nodejs_version: "2.0"
- nodejs_version: "3.0"
- nodejs_version: "4.0"
- nodejs_version: "5.0"


# combinations having this can fail
Expand Down
22 changes: 11 additions & 11 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -41,32 +41,32 @@
},
"dependencies": {
"callsite": "^1.0.0",
"chalk": "^0.4.0",
"chalk": "^1.1.1",
"diff": "^1.3.2",
"event-stream": "^3.1.5",
"glob": "~3.2.9",
"glob": "^6.0.1",
"js-yaml": "^3.2.2",
"lodash": "^3.7.0",
"minimist": "^0.1.0",
"mkdirp": "^0.5.0",
"msee": "^0.1.1",
"shelljs": "0.0.9",
"user-home": "1.1.1"
"msee": "^0.2.0",
"shelljs": "^0.5.3",
"temp": "^0.8.3",
"user-home": "^2.0.0"
},
"devDependencies": {
"chai": "^1.9.2",
"chai": "^3.4.1",
"coveralls": "^2.11.2",
"gulp": "^3.8.11",
"gulp-coveralls": "^0.1.3",
"gulp-istanbul": "^0.8.1",
"gulp-jscs": "^1.5.2",
"gulp-istanbul": "^0.10.3",
"gulp-jscs": "^3.0.2",
"gulp-jshint": "^1.5.5",
"gulp-load-plugins": "^0.10.0",
"gulp-load-plugins": "^1.1.0",
"gulp-mocha": "^0.4.1",
"gulp-watch": "^4.2.4",
"jshint-stylish": "^1.0.1",
"sinon": "^1.11.1",
"temp": "^0.6.0"
"sinon": "^1.11.1"
},
"keywords": [
"Approve",
Expand Down

0 comments on commit 9b5e13e

Please sign in to comment.