Comparing version 1.0.0 to 1.0.1
@@ -90,3 +90,3 @@ 'use strict'; | ||
function nodemonOption(options, arg, eatNext) { | ||
if (arg.indexOf('--debug') === 0 || arg === '--debug-brk' || arg === '--nodejs') { | ||
if (arg.indexOf('--debug') === 0 || arg === '--debug-brk' || arg === '--nodejs' || arg.indexOf('--harmony') === 0) { | ||
if (!options.nodeArgs) { options.nodeArgs = []; } | ||
@@ -93,0 +93,0 @@ options.nodeArgs.push(arg); |
@@ -24,3 +24,3 @@ { | ||
], | ||
"version": "1.0.0", | ||
"version": "1.0.1", | ||
"preferGlobal": "true", | ||
@@ -27,0 +27,0 @@ "licenses": [ |
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
78501
46