Comparing version 2.0.4 to 2.0.5
@@ -5,2 +5,6 @@ # Change Log | ||
## [2.0.5] - 2018-03-12 | ||
### Removed | ||
- Workaround for `--no-bin-link` | ||
## [2.0.4] - 2018-03-11 | ||
@@ -215,2 +219,3 @@ ### Changed | ||
[2.0.5]: https://github.com/MayhemYDG/iltorb/compare/v2.0.4...v2.0.5 | ||
[2.0.4]: https://github.com/MayhemYDG/iltorb/compare/v2.0.3...v2.0.4 | ||
@@ -217,0 +222,0 @@ [2.0.3]: https://github.com/MayhemYDG/iltorb/compare/v2.0.2...v2.0.3 |
{ | ||
"name": "iltorb", | ||
"version": "2.0.4", | ||
"version": "2.0.5", | ||
"description": "Brotli compression/decompression with native bindings", | ||
@@ -52,3 +52,3 @@ "homepage": "https://github.com/MayhemYDG/iltorb", | ||
"scripts": { | ||
"install": "node node_modules/detect-libc/bin/detect-libc.js node node_modules/prebuild-install/bin.js || node-gyp rebuild", | ||
"install": "detect-libc prebuild-install || node-gyp rebuild", | ||
"rebuild": "prebuild --compile", | ||
@@ -55,0 +55,0 @@ "prebuild": "detect-libc prebuild", |
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
1940748