Skip to content

Commit 0ea65ca

Browse files
committed
Update npm links
1 parent 14125a9 commit 0ea65ca

File tree

2 files changed

+3
-2
lines changed

2 files changed

+3
-2
lines changed

packages/create-next-stack/README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -58,7 +58,7 @@ The table below provides an overview of the technologies currently supported by
5858
| lint-staged | [Website](https://github.com/okonet/lint-staged) - [GitHub](https://github.com/okonet/lint-staged) |
5959
| pnpm | [Website](https://pnpm.io/) - [Docs](https://pnpm.io/motivation) - [GitHub](https://github.com/pnpm/pnpm) |
6060
| Yarn | [Website](https://yarnpkg.com/) - [CLI Docs](https://yarnpkg.com/cli) - [GitHub](https://github.com/yarnpkg/berry) |
61-
| npm | [Website](https://www.npmjs.com/) - [CLI Docs](https://docs.npmjs.com/cli/) |
61+
| npm | [Website](https://www.npmjs.com/) - [Docs](https://docs.npmjs.com/) - [GitHub](https://github.com/npm/cli) |
6262
| GitHub Actions | [Website](https://github.com/features/actions) - [Docs](https://docs.github.com/en/actions) - [Workflow syntax](https://docs.github.com/en/actions/reference/workflow-syntax-for-github-actions) |
6363
| Plausible Analytics | [Website](https://plausible.io/) - [Docs](https://plausible.io/docs) - [GitHub](https://github.com/plausible/analytics) |
6464
| next-plausible | [Website](https://next-plausible.vercel.app/) - [GitHub](https://github.com/4lejandrito/next-plausible) |

packages/create-next-stack/src/main/plugins/npm.ts

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -13,7 +13,8 @@ export const npmPlugin = createPlugin({
1313
"npm is the default package manager for Node.js. It consists of a command-line client, also called npm, and an online database of packages, called the npm registry, that enable developers to share and reuse code.",
1414
links: [
1515
{ title: "Website", url: "https://www.npmjs.com/" },
16-
{ title: "CLI Docs", url: "https://docs.npmjs.com/cli/" },
16+
{ title: "Docs", url: "https://docs.npmjs.com/" },
17+
{ title: "GitHub", url: "https://github.com/npm/cli" },
1718
],
1819
},
1920
],

0 commit comments

Comments
 (0)