Description: Require uglifyjs version 2.0.
 Version 2 has an entirely different API, so we need to require the new
 version in order to be compatible.
Author: Tonnerre LOMBARD <tonnerre@ancient-solutions.com>
Bug-Debian: http://bugs.debian.org/733821
Forwarded: not-needed
Last-Update: 2014-06-17

--- sockjs-client-0.3.4+dfsg.orig/package.json
+++ sockjs-client-0.3.4+dfsg/package.json
@@ -9,7 +9,7 @@
     "repository": {"type" : "git",
                    "url" : "https://github.com/sockjs/sockjs-client.git"},
     "devDependencies": {
-        "uglify-js"     : "1.2.5",
+        "uglify-js"     : "2.0.0",
         "coffee-script" : "1.2.x",
         "optparse"      : "1.0.3",
         "node-static"   : "0.5.9"
