Skip to content

Commit 502f1e7

Browse files
committed
chore(rzpack): publish V0.3.2
1 parent 158dcd9 commit 502f1e7

File tree

1 file changed

+13
-3
lines changed

1 file changed

+13
-3
lines changed

packages/rzpack/package.json

+13-3
Original file line numberDiff line numberDiff line change
@@ -1,18 +1,28 @@
11
{
22
"name": "rzpack",
3-
"version": "0.3.1",
3+
"version": "0.3.2",
44
"description": "基于Webpack5/Rspack封装的前端打包器",
55
"main": "./dist/index.js",
66
"types": "./dist/index.d.ts",
77
"bin": {
88
"rzpack": "./bin/rzpack.js"
99
},
10-
"files": ["bin", "dist", "rzpack.d.ts"],
10+
"files": [
11+
"bin",
12+
"dist",
13+
"rzpack.d.ts"
14+
],
1115
"scripts": {
1216
"dev": "tsup --watch src",
1317
"build": "tsup"
1418
},
15-
"keywords": ["webpack5", "rspack", "react", "build-tool", "dev-server"],
19+
"keywords": [
20+
"webpack5",
21+
"rspack",
22+
"react",
23+
"build-tool",
24+
"dev-server"
25+
],
1626
"author": "renzp94",
1727
"license": "MIT",
1828
"repository": {

0 commit comments

Comments
 (0)