everkm-publish 0.12.1 → 0.12.2

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.
Files changed (2) hide show
  1. package/install.js +1 -1
  2. 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\-publish/.test(arr[arr.length - 1])) {
253
+ if (!/^everkm-publish/.test(arr[arr.length - 1])) {
254
254
  return false;
255
255
  }
256
256
 
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "everkm-publish",
3
- "version": "0.12.1",
3
+ "version": "0.12.2",
4
4
  "description": "",
5
5
  "scripts": {
6
6
  "postinstall": "node install.js",