Comparing version 2.1.5 to 2.1.6
@@ -43,6 +43,10 @@ var path = require('path') | ||
, mod = cfg.extensions[ext] | ||
, scriptModule = null | ||
if (mod) require(mod) | ||
if (mod) scriptModule = require(mod) | ||
//compatible with coffee-script 1.7+ | ||
if (scriptModule && scriptModule.register) scriptModule.register() | ||
// Execute the wrapped script | ||
require(main) |
{ | ||
"name": "node-dev", | ||
"version": "2.1.5", | ||
"version": "2.1.6", | ||
"description": "Restarts your app when files are modified", | ||
@@ -5,0 +5,0 @@ "keywords": [ |
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
17167
302