]> git.ipfire.org Git - thirdparty/moment.git/commitdiff
Add uglifyjs to the dependancies
authorTim Wood <washwithcare@gmail.com>
Fri, 31 Aug 2012 17:16:07 +0000 (10:16 -0700)
committerTim Wood <washwithcare@gmail.com>
Fri, 31 Aug 2012 17:16:07 +0000 (10:16 -0700)
package.json

index d2edd0f51d1f2c3ac305a3b2219c2c0be273b452..6e1af9f4c55a2ec2c8c6fd60ae68cd3f513b7267 100755 (executable)
@@ -35,6 +35,7 @@
         }
     ],
     "devDependencies" : {
+        "uglify-js" : "latest",
         "grunt"  : "latest"
     },
     "scripts": {