everkm-publish 0.12.1 → 0.12.3
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/install.js +1 -1
- package/package.json +1 -1
package/install.js
CHANGED
|
@@ -250,7 +250,7 @@ async function downloadBinary(pkg, binName) {
|
|
|
250
250
|
|
|
251
251
|
files.some(function (file) {
|
|
252
252
|
const arr = file.split("/");
|
|
253
|
-
if (!/^everkm
|
|
253
|
+
if (!/^everkm-publish/.test(arr[arr.length - 1])) {
|
|
254
254
|
return false;
|
|
255
255
|
}
|
|
256
256
|
|