We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents 0780b41 + ed329d1 commit 7cbab6bCopy full SHA for 7cbab6b
2 files changed
CHANGELOG.md
@@ -1 +1,5 @@
1
+## 0.1.1 (2023-01-17)
2
+
3
+- 6b31cd6 fix: correct types
4
5
## 0.1.0 (2023-01-17)
package.json
@@ -1,10 +1,10 @@
{
"name": "vite-plugin-multiple",
- "version": "0.1.0",
+ "version": "0.1.1",
"description": "Allow multiple Vite to run simultaneously",
"type": "module",
6
"main": "index.js",
7
- "types": "src",
+ "types": "types",
8
"exports": {
9
".": {
10
"import": "./index.js",
0 commit comments