Skip to content

Commit

Permalink
Fix help link
Browse files Browse the repository at this point in the history
  • Loading branch information
davestewart committed Sep 11, 2020
1 parent 5138cd9 commit 6440ca5
Show file tree
Hide file tree
Showing 3 changed files with 12 additions and 22 deletions.
4 changes: 2 additions & 2 deletions cli/integrations/setup.js
Original file line number Diff line number Diff line change
Expand Up @@ -13,11 +13,11 @@ const urls = {
}

function openIntegration (hash = '') {
require('opn')(urls.markdowm + '#' + hash)
require('open')(urls.markdowm + '#' + hash)
}

function openDocs (hash = '') {
require('opn')(docsUrl + 'cli.md')
require('open')(docsUrl + 'cli/cli.md')
}

// ---------------------------------------------------------------------------------------------------------------------
Expand Down
26 changes: 8 additions & 18 deletions package-lock.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

4 changes: 2 additions & 2 deletions package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "alias-hq",
"version": "5.1.3",
"version": "5.1.4",
"description": "The end-to-end solution for configuring, refactoring, maintaining and using path aliases",
"main": "src/index.js",
"bin": "bin/alias-hq",
Expand Down Expand Up @@ -47,7 +47,7 @@
"jscodeshift": "^0.10.0",
"module-alias": "^2.2.2",
"node-fetch": "^2.6.0",
"opn": "^6.0.0",
"open": "^7.0.0",
"vue-jscodeshift-adapter": "^2.1.0"
},
"config": {
Expand Down

0 comments on commit 6440ca5

Please sign in to comment.