require-extension-hooks
Advanced tools
Comparing version 0.3.2 to 0.3.3
# Change Log | ||
## 0.3.3 | ||
- Added required engine version to package.json | ||
## 0.3.2 | ||
@@ -4,0 +7,0 @@ - Fixed incompatible syntax for use with node v6. [#8](https://github.com/jackmellis/require-extension-hooks/pull/8) |
{ | ||
"name": "require-extension-hooks", | ||
"version": "0.3.2", | ||
"version": "0.3.3", | ||
"description": "Add hooks for js extension types", | ||
@@ -32,3 +32,6 @@ "main": "src/index.js", | ||
"inspect-process": "^0.5.0" | ||
}, | ||
"engines": { | ||
"node": ">=8.0.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
127538
9