Skip to content

Commit

Permalink
fix(jsr): error[invalid-path]: package path must not contain whitespa…
Browse files Browse the repository at this point in the history
…ce (found ' ')
  • Loading branch information
cloydlau committed Apr 8, 2024
1 parent 41a243d commit 65c634d
Show file tree
Hide file tree
Showing 7 changed files with 80 additions and 81 deletions.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -27,7 +27,7 @@
<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>
</p>

<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">
<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">

<br>

Expand Down
2 changes: 1 addition & 1 deletion docs/README.zh-CN.md
Original file line number Diff line number Diff line change
Expand Up @@ -27,7 +27,7 @@
<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>
</p>

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

<br>

Expand Down
File renamed without changes
File renamed without changes
23 changes: 11 additions & 12 deletions jsr.json
Original file line number Diff line number Diff line change
Expand Up @@ -2,16 +2,15 @@
"name": "@cloydlau/json-editor-vue",
"version": "0.13.0",
"exports": "./dist/json-editor-vue.mjs",
"include": [
"LICENSE",
"README.md",
"package.json",
"jsr.json",
"dist/**",
"docs/**",
"nuxt.ts"
],
"exclude": [
"**"
]
"publish": {
"include": [
"LICENSE",
"README.md",
"package.json",
"jsr.json",
"dist/**",
"docs/**",
"nuxt.ts"
]
}
}
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -95,7 +95,7 @@
"eslint-plugin-format": "^0.1.0",
"eslint-ts-patch": "8.57.0-0",
"esno": "^4.7.0",
"happy-dom": "^14.7.0",
"happy-dom": "^14.7.1",
"json-editor-vue": "workspace:*",
"kolorist": "^1.8.0",
"lint-staged": "^15.2.2",
Expand Down
132 changes: 66 additions & 66 deletions pnpm-lock.yaml

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

0 comments on commit 65c634d

Please sign in to comment.