Comparing version 1.0.1 to 1.0.2
@@ -0,1 +1,7 @@ | ||
/** | ||
* Due to the way Node manages modules, the functionality inside this file will | ||
* only ever be run once, even if a user decides to require 'resquire' more than | ||
* once. | ||
*/ | ||
'use strict' | ||
@@ -2,0 +8,0 @@ |
{ | ||
"name": "resquire", | ||
"version": "1.0.1", | ||
"version": "1.0.2", | ||
"description": "Allows for more complex requires, making Node requires feel more like importing with namespaces as seen in other languages.", | ||
@@ -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
7170
111