Skip to content

Commit 312dec8

Browse files
committed
release: v0.7.1
1 parent d5dfbb7 commit 312dec8

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

package.json

+3-3
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
{
22
"name": "vite-plugin-banner",
33
"description": "A banner plugin for Vite. Adds a banner to the top of each generated chunk.",
4-
"version": "0.7.0",
4+
"version": "0.7.1",
55
"author": "chengpeiquan <[email protected]>",
66
"license": "MIT",
77
"homepage": "https://github.com/chengpeiquan/vite-plugin-banner",
@@ -15,7 +15,7 @@
1515
".": {
1616
"import": "./dist/index.mjs",
1717
"require": "./dist/index.cjs",
18-
"types": "./dist/index.d.js"
18+
"types": "./dist/index.d.ts"
1919
}
2020
},
2121
"scripts": {
@@ -80,4 +80,4 @@
8080
"prettier --parser=typescript --write"
8181
]
8282
}
83-
}
83+
}

0 commit comments

Comments
 (0)