Skip to content

Commit 65c634d

Browse files
committed
fix(jsr): error[invalid-path]: package path must not contain whitespace (found ' ')
1 parent 41a243d commit 65c634d

File tree

7 files changed

+80
-81
lines changed

7 files changed

+80
-81
lines changed

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -27,7 +27,7 @@
2727
<a><img src="https://img.shields.io/badge/A_world_of_difference_between-white?style=flat-square"></a> <a href="https://npmcharts.com/compare/json-editor-vue"><img alt="npm downloads" src="https://img.shields.io/npm/dt/json-editor-vue?logo=npm&color=cb3837"></a> <a><img src="https://img.shields.io/badge/and-white?style=flat-square"></a> <a href="https://github.com/cloydlau/json-editor-vue/stargazers"><img alt="github stars" src="https://img.shields.io/github/stars/cloydlau/json-editor-vue?color=eac54f&logo=github"></a> <a><img src="https://img.shields.io/badge/,_please_hit_the_Star_if_it_helps_🙏-white?style=flat-square"></a>
2828
</p>
2929

30-
<img width="48.5%" src="./docs/text mode.png" alt="text mode">&nbsp;<img width="48.5%" src="./docs/tree mode.png" alt="table mode">
30+
<img width="48.5%" src="./docs/text-mode.png" alt="text mode">&nbsp;<img width="48.5%" src="./docs/tree-mode.png" alt="table mode">
3131

3232
<br>
3333

docs/README.zh-CN.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -27,7 +27,7 @@
2727
<a><img src="https://img.shields.io/badge/可能是整个开源世界-white?style=flat-square"></a> <a href="https://npmcharts.com/compare/json-editor-vue"><img alt="npm downloads" src="https://img.shields.io/npm/dt/json-editor-vue?logo=npm&color=cb3837"></a> <a><img src="https://img.shields.io/badge/与-white?style=flat-square"></a> <a href="https://github.com/cloydlau/json-editor-vue/stargazers"><img alt="github stars" src="https://img.shields.io/github/stars/cloydlau/json-editor-vue?color=eac54f&logo=github"></a> <a><img src="https://img.shields.io/badge/悬殊最大的仓库,如有帮助,点亮一下星星哦_🙏-white?style=flat-square"></a>
2828
</p>
2929

30-
<img width="48.5%" src="./text mode.png" alt="text mode">&nbsp;<img width="48.5%" src="./tree mode.png" alt="table mode">
30+
<img width="48.5%" src="./text-mode.png" alt="text mode">&nbsp;<img width="48.5%" src="./tree-mode.png" alt="table mode">
3131

3232
<br>
3333

File renamed without changes.
File renamed without changes.

jsr.json

Lines changed: 11 additions & 12 deletions
Original file line numberDiff line numberDiff line change
@@ -2,16 +2,15 @@
22
"name": "@cloydlau/json-editor-vue",
33
"version": "0.13.0",
44
"exports": "./dist/json-editor-vue.mjs",
5-
"include": [
6-
"LICENSE",
7-
"README.md",
8-
"package.json",
9-
"jsr.json",
10-
"dist/**",
11-
"docs/**",
12-
"nuxt.ts"
13-
],
14-
"exclude": [
15-
"**"
16-
]
5+
"publish": {
6+
"include": [
7+
"LICENSE",
8+
"README.md",
9+
"package.json",
10+
"jsr.json",
11+
"dist/**",
12+
"docs/**",
13+
"nuxt.ts"
14+
]
15+
}
1716
}

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -95,7 +95,7 @@
9595
"eslint-plugin-format": "^0.1.0",
9696
"eslint-ts-patch": "8.57.0-0",
9797
"esno": "^4.7.0",
98-
"happy-dom": "^14.7.0",
98+
"happy-dom": "^14.7.1",
9999
"json-editor-vue": "workspace:*",
100100
"kolorist": "^1.8.0",
101101
"lint-staged": "^15.2.2",

pnpm-lock.yaml

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

0 commit comments

Comments
 (0)