binary-mirror-config
Advanced tools
Comparing version 1.4.0 to 1.5.0
1.5.0 / 2017-03-29 | ||
================== | ||
* feat: add github.com mirror | ||
1.4.0 / 2016-11-30 | ||
@@ -3,0 +8,0 @@ ================== |
{ | ||
"name": "binary-mirror-config", | ||
"version": "1.4.0", | ||
"version": "1.5.0", | ||
"description": "Binary mirror config for prebuild and node-pre-gyp", | ||
@@ -162,3 +162,8 @@ "main": "index.js", | ||
], | ||
"host": "https://raw.github.cnpmjs.org" | ||
"host": "https://raw.github.cnpmjs.org", | ||
"replaceHostMap": { | ||
"https://raw.githubusercontent.com": "https://raw.github.cnpmjs.org", | ||
"https://raw.github.com": "https://raw.github.cnpmjs.org", | ||
"https://github.com": "https://github.com.cnpmjs.org" | ||
} | ||
}, | ||
@@ -165,0 +170,0 @@ "pngcrush-bin": { |
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
9440