alfred-link
Advanced tools
Comparing version 0.2.0 to 0.2.1
@@ -43,3 +43,3 @@ 'use strict'; | ||
const src = path.dirname(filePath); | ||
const dest = path.join(workflowDir, pkg.name); | ||
const dest = path.join(workflowDir, pkg.name.replace('/', '-')); | ||
@@ -57,3 +57,3 @@ if (!options.transform) { | ||
.then(dir => readPkg(dir) | ||
.then(res => unlink(path.join(dir, res.pkg.name))) | ||
.then(res => unlink(path.join(dir, res.pkg.name.replace('/', '-')))) | ||
); |
{ | ||
"name": "alfred-link", | ||
"version": "0.2.0", | ||
"version": "0.2.1", | ||
"description": "Make your Alfred workflows installable from npm", | ||
@@ -5,0 +5,0 @@ "license": "MIT", |
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
8238