Skip to content

Commit 099dc6c

Browse files
committed
chore(rzpack): publish V0.2.7
1 parent 9dc83c5 commit 099dc6c

File tree

1 file changed

+11
-3
lines changed

1 file changed

+11
-3
lines changed

packages/rzpack/package.json

+11-3
Original file line numberDiff line numberDiff line change
@@ -1,18 +1,26 @@
11
{
22
"name": "rzpack",
3-
"version": "0.2.6",
3+
"version": "0.2.7",
44
"description": "基于Webpack5封装的前端打包器",
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", "build-tool", "dev-server"],
19+
"keywords": [
20+
"webpack5",
21+
"build-tool",
22+
"dev-server"
23+
],
1624
"author": "renzp94",
1725
"license": "MIT",
1826
"repository": {

0 commit comments

Comments
 (0)