Skip to content

Commit 101e07b

Browse files
committed
release v0.2.6
1 parent deb1295 commit 101e07b

File tree

4 files changed

+135
-42
lines changed

4 files changed

+135
-42
lines changed

example/vue2/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -14,7 +14,7 @@
1414
"sass": "^1.49.9",
1515
"typescript": "^4.5.2",
1616
"vite": "2.9.1",
17-
"vite-plugin-vue-inspector": "0.2.5",
17+
"vite-plugin-vue-inspector": "0.2.6",
1818
"vite-plugin-vue2": "^1.9.3"
1919
}
2020
}

example/vue3/package.json

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -6,15 +6,15 @@
66
"build": "vite build"
77
},
88
"dependencies": {
9-
"vue": "^3.2.24"
9+
"vue": "^3.2.31"
1010
},
1111
"devDependencies": {
1212
"@vitejs/plugin-vue": "^1.10.2",
1313
"@vitejs/plugin-vue-jsx": "^1.3.8",
14-
"@vue/compiler-sfc": "^3.2.24",
14+
"@vue/compiler-sfc": "^3.2.31",
1515
"sass": "^1.49.9",
1616
"typescript": "^4.5.2",
1717
"vite": "2.9.1",
18-
"vite-plugin-vue-inspector": "0.2.5"
18+
"vite-plugin-vue-inspector": "0.2.6"
1919
}
2020
}

package.json

Lines changed: 10 additions & 10 deletions
Original file line numberDiff line numberDiff line change
@@ -1,12 +1,7 @@
11
{
22
"name": "vite-plugin-vue-inspector",
3-
"version": "0.2.5",
3+
"version": "0.2.6",
44
"description": "jump to local IDE source code while click the element of browser automatically.",
5-
"license": "MIT",
6-
"repository": {
7-
"type": "git",
8-
"url": "git+https://github.com/webfansplz/vite-plugin-vue-inspector.git"
9-
},
105
"keywords": [
116
"vue",
127
"vite",
@@ -15,18 +10,23 @@
1510
"inspector",
1611
"debug"
1712
],
13+
"license": "MIT",
14+
"repository": {
15+
"type": "git",
16+
"url": "git+https://github.com/webfansplz/vite-plugin-vue-inspector.git"
17+
},
1818
"author": "webfansplz",
1919
"files": [
2020
"dist"
2121
],
22-
"main": "./dist/index.js",
23-
"module": "./dist/index.mjs",
2422
"exports": {
2523
".": {
2624
"import": "./dist/index.mjs",
2725
"require": "./dist/index.js"
2826
}
2927
},
28+
"main": "./dist/index.js",
29+
"module": "./dist/index.mjs",
3030
"scripts": {
3131
"lint": "eslint --fix --ext .js,.ts,.vue .",
3232
"update-version": "esmo scripts/update-version.ts",
@@ -55,10 +55,10 @@
5555
"fsxx": "^0.0.5",
5656
"tsup": "^5.12.1",
5757
"typescript": "^4.6.2",
58+
"vite": "^2.9.1",
5859
"vue": "^3.2.31",
5960
"vue-template-compiler": "^2.6.14",
6061
"vue-template-es2015-compiler": "^1.9.1",
61-
"zx": "^6.0.6",
62-
"vite": "^2.8.6"
62+
"zx": "^6.0.6"
6363
}
6464
}

pnpm-lock.yaml

Lines changed: 121 additions & 28 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

0 commit comments

Comments
 (0)