We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent d5dfbb7 commit 312dec8Copy full SHA for 312dec8
package.json
@@ -1,7 +1,7 @@
1
{
2
"name": "vite-plugin-banner",
3
"description": "A banner plugin for Vite. Adds a banner to the top of each generated chunk.",
4
- "version": "0.7.0",
+ "version": "0.7.1",
5
"author": "chengpeiquan <[email protected]>",
6
"license": "MIT",
7
"homepage": "https://github.com/chengpeiquan/vite-plugin-banner",
@@ -15,7 +15,7 @@
15
".": {
16
"import": "./dist/index.mjs",
17
"require": "./dist/index.cjs",
18
- "types": "./dist/index.d.js"
+ "types": "./dist/index.d.ts"
19
}
20
},
21
"scripts": {
@@ -80,4 +80,4 @@
80
"prettier --parser=typescript --write"
81
]
82
83
-}
+}
0 commit comments