Comparing version 0.7.0 to 0.7.1
@@ -762,3 +762,3 @@ #!/usr/bin/env node | ||
if (program.options.ext) { | ||
addIgnoreRule('^((?!' + program.options.ext.replace(/\./g, '\\.') + '$).)*$', true); | ||
addIgnoreRule('^((?!' + program.ext.replace(/\./g, '\\.') + '$).)*$', true); | ||
} | ||
@@ -765,0 +765,0 @@ |
@@ -12,3 +12,3 @@ { | ||
"keywords": ["monitor", "development", "restart", "autoload", "reload", "terminal"], | ||
"version": "0.7.0", | ||
"version": "0.7.1", | ||
"preferGlobal" : "true", | ||
@@ -15,0 +15,0 @@ "licenses": [{ |
@@ -95,2 +95,3 @@ # nodemon | ||
*.css # ignore any CSS files too | ||
:(\d)*\.js # monitor javascript files with only digits in their name | ||
@@ -103,2 +104,3 @@ The ignore file accepts: | ||
* File patterns (this is converted to a regex, so you have full control of the pattern) | ||
* Unescaped regex's begining with `:`. | ||
@@ -105,0 +107,0 @@ # Controlling shutdown of your script |
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
34108
143