prebundle 0.0.4 → 1.0.0

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
Files changed (2) hide show
  1. package/README.md +10 -1
  2. package/package.json +5 -1
package/README.md CHANGED
@@ -1,6 +1,15 @@
1
1
  # Prebundle
2
2
 
3
- This package is used to prebundle 3rd party dependencies, based on [ncc](https://github.com/vercel/ncc) and `dts-packer`.
3
+ Prebundle 3rd party dependencies, output a single js file, a package.json file and the dts files.
4
+
5
+ Based on [ncc](https://github.com/vercel/ncc) and `dts-packer`.
6
+
7
+ <p>
8
+ <a href="https://npmjs.com/package/prebundle">
9
+ <img src="https://img.shields.io/npm/v/prebundle?style=flat-square&colorA=564341&colorB=EDED91" alt="npm version" />
10
+ </a>
11
+ <img src="https://img.shields.io/badge/License-MIT-blue.svg?style=flat-square&colorA=564341&colorB=EDED91" alt="license" />
12
+ </p>
4
13
 
5
14
  ## Motivation
6
15
 
package/package.json CHANGED
@@ -1,8 +1,12 @@
1
1
  {
2
2
  "name": "prebundle",
3
- "version": "0.0.4",
3
+ "version": "1.0.0",
4
4
  "main": "./dist/index.js",
5
5
  "type": "module",
6
+ "repository": {
7
+ "type": "git",
8
+ "url": "https://github.com/rspack-contrib/prebundle"
9
+ },
6
10
  "files": [
7
11
  "dist",
8
12
  "bin.js"