require-extension-hooks
Advanced tools
Comparing version 0.3.1 to 0.3.2
# Change Log | ||
## 0.3.2 | ||
- Fixed incompatible syntax for use with node v6. [#8](https://github.com/jackmellis/require-extension-hooks/pull/8) | ||
## 0.3.1 | ||
@@ -4,0 +7,0 @@ - Include should be either-y. |
{ | ||
"name": "require-extension-hooks", | ||
"version": "0.3.1", | ||
"version": "0.3.2", | ||
"description": "Add hooks for js extension types", | ||
@@ -5,0 +5,0 @@ "main": "src/index.js", |
@@ -187,3 +187,3 @@ const fs = require('fs'); | ||
permaCache.path, | ||
filepath.replace(permaCache.cwd, ''), | ||
filepath.replace(permaCache.cwd, '') | ||
); | ||
@@ -190,0 +190,0 @@ } |
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
17430