esshorten2
Advanced tools
Comparing version 1.1.10 to 1.1.11
@@ -332,3 +332,3 @@ /*! | ||
if (options == null) { | ||
options = { destructive: true }; | ||
options = { destructive: false }; | ||
} | ||
@@ -335,0 +335,0 @@ if (options.cmd) { |
@@ -5,3 +5,3 @@ { | ||
"main": "lib/esshorten.js", | ||
"version": "1.1.10", | ||
"version": "1.1.11", | ||
"engines": { | ||
@@ -25,3 +25,3 @@ "node": ">=0.6.0" | ||
"dependencies": { | ||
"escope": "~3.3.0", | ||
"escope": "3.6.0", | ||
"estraverse": "~4.1.1", | ||
@@ -28,0 +28,0 @@ "esutils": "~2.0.2" |
+ Addedescope@3.6.0(transitive)
+ Addedesrecurse@4.3.0(transitive)
+ Addedestraverse@5.3.0(transitive)
- Removedescope@3.3.0(transitive)
- Removedesrecurse@3.1.1(transitive)
- Removedestraverse@3.1.0(transitive)
Updatedescope@3.6.0