module-definition
Advanced tools
Comparing version 1.0.0 to 1.0.1
@@ -64,6 +64,2 @@ var esprima = require('esprima'), | ||
// Clean the source code of unnecessary | ||
// TODO: Wtf is this stripping? | ||
src = src.replace(/^#![^\n]*\n/, ''); | ||
// Note: this is blocking | ||
@@ -70,0 +66,0 @@ walk(src, function (node) { |
{ | ||
"name": "module-definition", | ||
"version": "1.0.0", | ||
"version": "1.0.1", | ||
"description": "Determines if a file is using a CommonJS or AMD module definition", | ||
@@ -5,0 +5,0 @@ "main": "index.js", |
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
2758
67