Skip to content

Commit

Permalink
bump dependencies
Browse files Browse the repository at this point in the history
  • Loading branch information
sonnyp committed Sep 9, 2015
1 parent c5199c6 commit 0c00a4e
Show file tree
Hide file tree
Showing 2 changed files with 18 additions and 16 deletions.
8 changes: 4 additions & 4 deletions .travis.yml
Original file line number Diff line number Diff line change
Expand Up @@ -3,10 +3,10 @@ sudo: false
language: node_js

node_js:
- "0.8"
- "0.10"
- "0.12"
- 'iojs-v2.5.0'
- '0.8'
- '0.10'
- '0.12'
- '4.0'

addons:
apt:
Expand Down
26 changes: 14 additions & 12 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -34,19 +34,21 @@
"license": "MIT",
"engine": "node",
"devDependencies": {
"sax": "~1.1.1",
"node-expat": "~2.3.0",
"sax": "^1.1.1",
"node-expat": "^2.3.10",
"Strophe.js": "https://github.com/metajack/strophejs/tarball/master",
"easysax": ">=0.1.7",
"grunt": "~0.4.2",
"grunt-browserify": "~4.0.0",
"grunt-cli": "~0.1.13",
"grunt-contrib-clean": "~0.6.0",
"grunt-contrib-jshint": "~0.11.2",
"grunt-vows": "~0.4.0",
"node-xml": ">=1.0.1",
"request-animation-frame": ">=0.1.0",
"vows": "~0.8.1"
"easysax": "^0.1.14",
"grunt": "^0.4.5",
"grunt-browserify": "^4.0.1",
"grunt-cli": "^0.1.13",
"grunt-contrib-clean": "^0.6.0",
"grunt-contrib-jshint": "^0.11.3",
"grunt-vows": "^0.4.2",
"node-expat": "^2.3.9",
"node-xml": "^1.0.2",
"request-animation-frame": "^0.1.1",
"sax": "^1.1.2",
"vows": "^0.8.1"
},
"scripts": {
"test": "./node_modules/.bin/grunt test"
Expand Down

0 comments on commit 0c00a4e

Please sign in to comment.