Comparing version 0.0.7 to 0.0.8
@@ -6,3 +6,3 @@ var colors = require('colors'); | ||
var path = require('path'); | ||
var ujs = require('uglify-js2') | ||
var ujs = require('uglify-js') | ||
@@ -9,0 +9,0 @@ var fuse = exports; |
@@ -8,8 +8,8 @@ { | ||
"repository" : {"type": "git", "url": "https://github.com/smebberson/fuse.git"}, | ||
"dependencies" : { "underscore": ">=1.2.0", "optimist": ">=0.2.8", "colors": ">=0.5.1", "uglify-js2": ">=2.1.1" }, | ||
"dependencies" : { "underscore": ">=1.4.x", "optimist": ">=0.3.5", "colors": ">=0.6.x", "uglify-js": ">=2.2.x" }, | ||
"devDependencies" : { "vows": ">=0.5.13"}, | ||
"bin" : { "fuse": "./bin/fuse.js" }, | ||
"directories" : { "bin": "./bin" }, | ||
"version" : "0.0.7", | ||
"version" : "0.0.8", | ||
"engines" : {"node": ">=0.4"} | ||
} |
Sorry, the diff of this file is not supported yet
10566
+ Addeduglify-js@>=2.2.x
+ Addeduglify-js@3.19.3(transitive)
- Removeduglify-js2@>=2.1.1
- Removedamdefine@1.0.1(transitive)
- Removedoptimist@0.3.7(transitive)
- Removedsource-map@0.1.43(transitive)
- Removeduglify-js2@2.1.11(transitive)
Updatedcolors@>=0.6.x
Updatedoptimist@>=0.3.5
Updatedunderscore@>=1.4.x