Skip to content

Commit 0c679ff

Browse files
authored
Merge branch 'v6' into docs/testing-v6-update
2 parents 9cbd156 + e863a5e commit 0c679ff

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

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

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -161,7 +161,7 @@ npm을 통해 사용자에게 제공되는 번들에서 불필요한 파일을
161161

162162
다른 사람들이 [npm](https://www.npmjs.com/search?q=keywords:astro-component,withastro) 및 기타 검색 카탈로그에서 여러분의 컴포넌트를 찾는 데 도움이 되는 컴포넌트와 관련된 키워드 배열입니다.
163163

164-
Astro 생태계에서 검색 가능성을 극대화하려면 `astro-component` 또는 `withastro`를 특수 키워드로 추가하세요.
164+
Astro 생태계에서 검색 가능성을 극대화하려면 `astro-component`, `astro-integration` 또는 `withastro`를 특수 키워드로 추가하세요.
165165

166166
```json
167167
{
@@ -267,7 +267,7 @@ Astro에서 기본적으로 지원하지 않는 다른 파일 형식이 필요
267267

268268
### `package.json` 데이터
269269

270-
라이브러리는 매주 자동으로 업데이트되어 `astro-component` 또는 `withastro` 키워드를 사용하여 npm에 게시된 모든 패키지를 가져옵니다.
270+
라이브러리는 매주 자동으로 업데이트되어 `astro-component`, `astro-integration` 또는 `withastro` 키워드를 사용하여 npm에 게시된 모든 패키지를 가져옵니다.
271271

272272
통합 라이브러리는 `package.json` 파일에서 `name`, `description`, `repository`, `homepage` 데이터를 읽습니다.
273273

@@ -279,7 +279,7 @@ Astro에서 기본적으로 지원하지 않는 다른 파일 형식이 필요
279279

280280
### 카테고리
281281

282-
필수 키워드인 `astro-component` 또는 `withastro` 키워드 외에도 패키지를 자동으로 구성하는 데 특수 키워드도 사용됩니다. 아래 키워드 중 하나를 포함하면 통합 라이브러리의 일치하는 카테고리에 통합이 추가됩니다.
282+
필수 키워드인 `astro-component`, `astro-integration` 또는 `withastro` 키워드 외에도 패키지를 자동으로 구성하는 데 특수 키워드도 사용됩니다. 아래 키워드 중 하나를 포함하면 통합 라이브러리의 일치하는 카테고리에 통합이 추가됩니다.
283283

284284
| 카테고리 | 키워드 |
285285
|------------------ | -------------------------------------------- |

0 commit comments

Comments
 (0)