@convert-to-md/cli 0.1.0 → 0.2.1

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/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@convert-to-md/cli",
3
- "version": "0.1.0",
3
+ "version": "0.2.1",
4
4
  "description": "Cross-platform npm wrapper for the convert-to-md Go CLI",
5
5
  "bin": {
6
6
  "convert-to-md": "bin/convert-to-md.js"
@@ -10,8 +10,8 @@ const packageRoot = join(__dirname, '..');
10
10
  const binDir = join(packageRoot, '.bin');
11
11
 
12
12
  const version = process.env.npm_package_version;
13
- const repo = process.env.CONVERT_TO_MD_RELEASE_REPO || 'convert-to-md/convert-to.md';
14
- const tagPrefix = process.env.CONVERT_TO_MD_RELEASE_TAG_PREFIX || 'cli-v';
13
+ const repo = process.env.CONVERT_TO_MD_RELEASE_REPO || 'tomerwave/homebrew-tap';
14
+ const tagPrefix = process.env.CONVERT_TO_MD_RELEASE_TAG_PREFIX || 'v';
15
15
 
16
16
  const platformMap = {
17
17
  linux: 'Linux',