You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@ripple.apache.org by br...@apache.org on 2013/05/16 23:05:19 UTC

git commit: JSDom's current version is quite old.

Updated Branches:
  refs/heads/next 4dd88e000 -> f8dfe7eee


JSDom's current version is quite old.

Let's update it to a more recent version.

Tested with node 0.8.16 and 0.10.6.


Project: http://git-wip-us.apache.org/repos/asf/incubator-ripple/repo
Commit: http://git-wip-us.apache.org/repos/asf/incubator-ripple/commit/f8dfe7ee
Tree: http://git-wip-us.apache.org/repos/asf/incubator-ripple/tree/f8dfe7ee
Diff: http://git-wip-us.apache.org/repos/asf/incubator-ripple/diff/f8dfe7ee

Branch: refs/heads/next
Commit: f8dfe7eee559480cc2d26ffaa8a1612fce17bb91
Parents: 4dd88e0
Author: Brent Lintner <br...@gmail.com>
Authored: Thu May 16 11:01:15 2013 -0400
Committer: Brent Lintner <br...@gmail.com>
Committed: Thu May 16 16:54:52 2013 -0400

----------------------------------------------------------------------
 package.json |    2 +-
 1 files changed, 1 insertions(+), 1 deletions(-)
----------------------------------------------------------------------


http://git-wip-us.apache.org/repos/asf/incubator-ripple/blob/f8dfe7ee/package.json
----------------------------------------------------------------------
diff --git a/package.json b/package.json
index c5d5d18..109248e 100644
--- a/package.json
+++ b/package.json
@@ -37,7 +37,7 @@
   },
   "devDependencies": {
     "connect": "2.3.6",
-    "jsdom": "0.2.14",
+    "jsdom": "0.6.x",
     "cssmin": "0.3.1",
     "html-minifier": "0.4.5",
     "jWorkflow": "0.x.x",