[Pkg-javascript-commits] [ltx] 342/469: Use ~ not ^ for now
Jonas Smedegaard
dr at jones.dk
Wed Aug 31 13:03:24 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 8906195e04c8f75ec7d6427a3bbebf3bdf231ed4
Author: Lloyd Watkin <lloyd.watkin at surevine.com>
Date: Sun Jun 15 19:03:59 2014 +0100
Use ~ not ^ for now
---
package.json | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/package.json b/package.json
index 51042c6..5066ada 100644
--- a/package.json
+++ b/package.json
@@ -6,7 +6,7 @@
"description": "<xml for=\"node.js\" browserify=\"too\">",
"author": "Astro",
"dependencies": {
- "sax": "^0.6.0",
+ "sax": "~0.6.0",
"node-expat": "~2.3.0"
},
"repository": {
--
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