Skip to content

Commit 5e6a8e3

Browse files
docs: Fix brand name capitalisation (npm) in publish-to-npm.mdx (withastro#12507)
Co-authored-by: Sarah Rainsberger <[email protected]>
1 parent 707898e commit 5e6a8e3

File tree

1 file changed

+6
-6
lines changed

1 file changed

+6
-6
lines changed

src/content/docs/en/reference/publish-to-npm.mdx

Lines changed: 6 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -1,14 +1,14 @@
11
---
2-
title: Publish to NPM
3-
description: Learn how to publish Astro components to NPM
2+
title: Publish to npm
3+
description: Learn how to publish Astro components to npm
44
i18nReady: true
55
---
66
import { Steps } from '@astrojs/starlight/components';
77
import { FileTree } from '@astrojs/starlight/components';
88

99
Building a new Astro component? **Publish it to [npm!](https://npmjs.com/)**
1010

11-
Publishing an Astro component is a great way to reuse your existing work across your projects, and to share with the wider Astro community at large. Astro components can be published directly to and installed from NPM, just like any other JavaScript package.
11+
Publishing an Astro component is a great way to reuse your existing work across your projects, and to share with the wider Astro community at large. Astro components can be published directly to and installed from npm, just like any other JavaScript package.
1212

1313
Looking for inspiration? Check out some of our favorite [themes](https://astro.build/themes/) and [components](https://astro.build/integrations/) from the Astro community. You can also [search npm](https://www.npmjs.com/search?q=keywords:astro-component,withastro) to see the entire public catalog.
1414

@@ -171,7 +171,7 @@ Add `astro-component` or `withastro` as a special keyword to maximize its discov
171171
```
172172

173173
:::tip
174-
Keywords are also used by our [integrations library](https://astro.build/integrations/)! [See below](#integrations-library) for a full list of keywords we look for in NPM.
174+
Keywords are also used by our [integrations library](https://astro.build/integrations/)! [See below](#integrations-library) for a full list of keywords we look for in npm.
175175
:::
176176

177177
---
@@ -269,14 +269,14 @@ Do you need some help building your integration, or just want to meet other inte
269269

270270
### `package.json` data
271271

272-
The library is automatically updated weekly, pulling in every package published to NPM with the `astro-component` or `withastro` keyword.
272+
The library is automatically updated weekly, pulling in every package published to npm with the `astro-component` or `withastro` keyword.
273273

274274
The integrations library reads the `name`, `description`, `repository`, and `homepage` data from your `package.json`.
275275

276276
Avatars are a great way to highlight your brand in the library! Once your package is published you can [file a GitHub issue](https://github.com/withastro/astro.build/issues/new/choose) with your avatar attached and we will add it to your listing.
277277

278278
:::tip
279-
Need to override the information our library reads from NPM? No problem! [File an issue](https://github.com/withastro/astro.build/issues/new/choose) with the updated information and we'll make sure the custom `name`, `description`, or `homepage` is used instead.
279+
Need to override the information our library reads from npm? No problem! [File an issue](https://github.com/withastro/astro.build/issues/new/choose) with the updated information and we'll make sure the custom `name`, `description`, or `homepage` is used instead.
280280
:::
281281

282282
### Categories

0 commit comments

Comments
 (0)