Skip to content

Commit 20f0fd9

Browse files
authored
docs: readme npm link (#2057)
* docs: readme npm link * feat: modern-js-dev to web-infra-dev
1 parent 980c2b0 commit 20f0fd9

File tree

2 files changed

+26
-14
lines changed

2 files changed

+26
-14
lines changed

README.md

Lines changed: 13 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -6,9 +6,15 @@
66
<h2 align="center">A fast Rust-based web bundler</h2>
77

88
<p align="center">
9-
<img src="https://img.shields.io/npm/v/@rspack/core?style=flat-square&colorA=564341&colorB=EDED91" alt="npm version" />
10-
<img src="https://img.shields.io/npm/dm/@rspack/core.svg?style=flat-square&colorA=564341&colorB=EDED91" alt="downloads" />
11-
<a href="https://github.com/modern-js-dev/rspack/blob/main/LICENSE"><img src="https://img.shields.io/npm/l/@rspack/core?style=flat-square&colorA=564341&colorB=EDED91" alt="license" /></a>
9+
<a href="https://www.npmjs.com/package/@rspack/core?activeTab=versions">
10+
<img src="https://img.shields.io/npm/v/@rspack/core?style=flat-square&colorA=564341&colorB=EDED91" alt="npm version" />
11+
</a>
12+
<a href="https://npmcharts.com/compare/@rspack/core?minimal=true">
13+
<img src="https://img.shields.io/npm/dm/@rspack/core.svg?style=flat-square&colorA=564341&colorB=EDED91" alt="downloads" />
14+
</a>
15+
<a href="https://github.com/web-infra-dev/rspack/blob/main/LICENSE">
16+
<img src="https://img.shields.io/npm/l/@rspack/core?style=flat-square&colorA=564341&colorB=EDED91" alt="license" />
17+
</a>
1218
</p>
1319

1420
English | [简体中文](./README.zh-CN.md)
@@ -43,9 +49,9 @@ This repo has adopted the ByteDance Open Source Code of Conduct. Please check [C
4349
| Name | Description |
4450
| --------------------------------------------------------------------------------------- | --------------------------------------------------------------------------- |
4551
| [Rspack website](https://rspack.org) | Official documentation for Rspack |
46-
| [Rspack website repo](https://github.com/modern-js-dev/rspack-website) | Repository of official documentation |
47-
| [rspack-sources](https://github.com/modern-js-dev/rspack-sources) | Rusty [webpack-sources](https://www.npmjs.com/package/webpack-sources) port |
48-
| [rspack-migration-showcase](https://github.com/modern-js-dev/rspack-migration-showcase) | Migration showcases for Rspack |
52+
| [Rspack website repo](https://github.com/web-infra-dev/rspack-website) | Repository of official documentation |
53+
| [rspack-sources](https://github.com/web-infra-dev/rspack-sources) | Rusty [webpack-sources](https://www.npmjs.com/package/webpack-sources) port |
54+
| [rspack-migration-showcase](https://github.com/web-infra-dev/rspack-migration-showcase) | Migration showcases for Rspack |
4955

5056
## Credits
5157

@@ -65,4 +71,4 @@ Thanks to:
6571

6672
## License
6773

68-
Rspack is [MIT licensed](https://github.com/modern-js-dev/rspack/blob/main/LICENSE).
74+
Rspack is [MIT licensed](https://github.com/web-infra-dev/rspack/blob/main/LICENSE).

README.zh-CN.md

Lines changed: 13 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -6,9 +6,15 @@
66
<h2 align="center">基于 Rust 的高性能模块打包工具</h2>
77

88
<p align="center">
9-
<img src="https://img.shields.io/npm/v/@rspack/core?style=flat-square&colorA=564341&colorB=EDED91" alt="npm version" />
10-
<img src="https://img.shields.io/npm/dm/@rspack/core.svg?style=flat-square&colorA=564341&colorB=EDED91" alt="downloads" />
11-
<a href="https://github.com/modern-js-dev/rspack/blob/main/LICENSE"><img src="https://img.shields.io/npm/l/@rspack/core?style=flat-square&colorA=564341&colorB=EDED91" alt="license" /></a>
9+
<a href="https://www.npmjs.com/package/@rspack/core?activeTab=versions">
10+
<img src="https://img.shields.io/npm/v/@rspack/core?style=flat-square&colorA=564341&colorB=EDED91" alt="npm version" />
11+
</a>
12+
<a href="https://npmcharts.com/compare/@rspack/core?minimal=true">
13+
<img src="https://img.shields.io/npm/dm/@rspack/core.svg?style=flat-square&colorA=564341&colorB=EDED91" alt="downloads" />
14+
</a>
15+
<a href="https://github.com/web-infra-dev/rspack/blob/main/LICENSE">
16+
<img src="https://img.shields.io/npm/l/@rspack/core?style=flat-square&colorA=564341&colorB=EDED91" alt="license" />
17+
</a>
1218
</p>
1319

1420
[English](./README.md) | 简体中文
@@ -43,9 +49,9 @@
4349
| 名称 | 描述 |
4450
| --------------------------------------------------------------------------------------- | ---------------------------------------------------------------------------- |
4551
| [Rspack 文档](https://rspack.org) | Rspack 官方文档 |
46-
| [Rspack 文档仓库](https://github.com/modern-js-dev/rspack-website) | Rspack 官方文档的代码仓库 |
47-
| [rspack-sources](https://github.com/modern-js-dev/rspack-sources) | Rust 版本的 [webpack-sources](https://www.npmjs.com/package/webpack-sources) |
48-
| [rspack-migration-showcase](https://github.com/modern-js-dev/rspack-migration-showcase) | 迁移到 Rspack 的示例项目 |
52+
| [Rspack 文档仓库](https://github.com/web-infra-dev/rspack-website) | Rspack 官方文档的代码仓库 |
53+
| [rspack-sources](https://github.com/web-infra-dev/rspack-sources) | Rust 版本的 [webpack-sources](https://www.npmjs.com/package/webpack-sources) |
54+
| [rspack-migration-showcase](https://github.com/web-infra-dev/rspack-migration-showcase) | 迁移到 Rspack 的示例项目 |
4955

5056
## 致谢
5157

@@ -65,4 +71,4 @@
6571

6672
## License
6773

68-
Rspack 项目基于 [MIT 协议](https://github.com/modern-js-dev/rspack/blob/main/LICENSE),请自由地享受和参与开源。
74+
Rspack 项目基于 [MIT 协议](https://github.com/web-infra-dev/rspack/blob/main/LICENSE),请自由地享受和参与开源。

0 commit comments

Comments
 (0)