Comparing version 0.0.86 to 0.0.87
{ | ||
"name": "traceur", | ||
"version": "0.0.86", | ||
"version": "0.0.87", | ||
"description": "ES6 to ES5 compiler", | ||
@@ -42,3 +42,3 @@ "keywords": [ | ||
"dependencies": { | ||
"commander": "2.x", | ||
"commander": "2.6", | ||
"glob": "4.3", | ||
@@ -58,3 +58,3 @@ "rsvp": "^3.0.13", | ||
"requirejs": "2.x", | ||
"traceur": "0.0.85", | ||
"traceur": "0.0.86", | ||
"promises-aplus-tests": "2.x", | ||
@@ -61,0 +61,0 @@ "webcomponents.js": "^0.5.4-1" |
@@ -105,12 +105,10 @@ // Copyright 2013 Traceur Authors. | ||
commandLine.command('*').action(function() { | ||
// The callback seems to receive a "command" at the end of arguments | ||
for (var i = 0; i < arguments.length - 1; i++) { | ||
rootSources.push({name: arguments[i], type: 'module'}); | ||
} | ||
}); | ||
commandLine.sourceMaps = false; | ||
commandLine.parse(process.argv); | ||
// Any remaining arguments become module inputs to compile | ||
commandLine.args.forEach(function(arg) { | ||
rootSources.push({name: arg, type: 'module'}); | ||
}); | ||
// commanderjs sets self[name]=defaultValue if the argument is null. | ||
@@ -117,0 +115,0 @@ // To support --source-maps a legacy boolean we need to transfer the |
Sorry, the diff of this file is too big to display
Sorry, the diff of this file is too big to display
License Policy Violation
LicenseThis package is not allowed per your license policy. Review the package's license to ensure compliance.
Found 1 instance in 1 package
License Policy Violation
LicenseThis package is not allowed per your license policy. Review the package's license to ensure compliance.
Found 1 instance in 1 package
1380003
35653
+ Addedcommander@2.6.0(transitive)
- Removedcommander@2.20.3(transitive)
Updatedcommander@2.6