Skip to content

Commit cb05257

Browse files
committed
docs(homepage): consistently use the long-form of the registry details page
1 parent 25d5444 commit cb05257

2 files changed

Lines changed: 2 additions & 2 deletions

File tree

.github/settings.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@ _extends: .github
22
repository:
33
name: github-actions-node-ci
44
description: CI scaffolder for JavaScript projects on GitHub Actions
5-
homepage: https://npm.im/@form8ion/github-actions-node-ci
5+
homepage: https://www.npmjs.com/package/@form8ion/github-actions-node-ci
66
private: false
77
branches:
88
- name: master

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,7 @@
1010
"author": "Matt Travi <npm@travi.org> (https://matt.travi.org/)",
1111
"repository": "form8ion/github-actions-node-ci",
1212
"bugs": "https://github.com/form8ion/github-actions-node-ci/issues",
13-
"homepage": "https://npm.im/@form8ion/github-actions-node-ci",
13+
"homepage": "https://www.npmjs.com/package/@form8ion/github-actions-node-ci",
1414
"runkitExampleFilename": "./example.js",
1515
"exports": "./lib/index.js",
1616
"main": "./lib/index.js",

0 commit comments

Comments
 (0)