[Pkg-javascript-commits] [ltx] 389/469: bump dependencies
Jonas Smedegaard
dr at jones.dk
Wed Aug 31 13:03:30 UTC 2016
This is an automated email from the git hooks/post-receive script.
js pushed a commit to branch master
in repository ltx.
commit 0c00a4eab855185cf5ceafa29554021a8c1a127b
Author: Sonny Piers <sonny at fastmail.net>
Date: Thu Sep 10 00:27:26 2015 +0200
bump dependencies
---
.travis.yml | 8 ++++----
package.json | 26 ++++++++++++++------------
2 files changed, 18 insertions(+), 16 deletions(-)
diff --git a/.travis.yml b/.travis.yml
index 5e490fa..acb8cdf 100644
--- a/.travis.yml
+++ b/.travis.yml
@@ -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:
diff --git a/package.json b/package.json
index fc20107..bb8a725 100644
--- a/package.json
+++ b/package.json
@@ -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"
--
Alioth's /usr/local/bin/git-commit-notice on /srv/git.debian.org/git/pkg-javascript/ltx.git
More information about the Pkg-javascript-commits
mailing list