Skip to content

Commit

Permalink
chore: sort-package-json
Browse files Browse the repository at this point in the history
```sh
sort-package-json $(pnpm ls --filter '*' --depth -1 --json | jq -r '.[] | .path' | xargs -i echo {}/package.json)
```
  • Loading branch information
hi-ogawa committed Oct 1, 2023
1 parent 19f8521 commit 25bb6a5
Show file tree
Hide file tree
Showing 5 changed files with 50 additions and 50 deletions.
20 changes: 10 additions & 10 deletions packages/lib/package.json
Original file line number Diff line number Diff line change
@@ -1,27 +1,27 @@
{
"name": "@hiogawa/unocss-preset-antd",
"version": "2.2.1-pre.5",
"homepage": "https://github.com/hi-ogawa/unocss-preset-antd/packages/lib",
"repository": {
"type": "git",
"url": "https://github.com/hi-ogawa/unocss-preset-antd",
"directory": "packages/lib"
},
"license": "MIT",
"type": "module",
"main": "./dist/index.js",
"module": "./dist/index.js",
"types": "./dist/index.d.ts",
"exports": {
".": {
"import": "./dist/index.js",
"require": "./dist/index.cjs",
"types": "./dist/index.d.ts"
}
},
"main": "./dist/index.js",
"module": "./dist/index.js",
"types": "./dist/index.d.ts",
"files": [
"dist"
],
"license": "MIT",
"homepage": "https://github.com/hi-ogawa/unocss-preset-antd/packages/lib",
"repository": {
"type": "git",
"url": "https://github.com/hi-ogawa/unocss-preset-antd",
"directory": "packages/lib"
},
"scripts": {
"dev": "tsup --watch",
"build": "tsup",
Expand Down
20 changes: 10 additions & 10 deletions packages/tiny-form/package.json
Original file line number Diff line number Diff line change
@@ -1,10 +1,14 @@
{
"name": "@hiogawa/tiny-form",
"version": "0.0.1-pre.10",
"homepage": "https://github.com/hi-ogawa/unocss-preset-antd/tree/main/packages/tiny-form",
"repository": {
"type": "git",
"url": "https://github.com/hi-ogawa/unocss-preset-antd/",
"directory": "packages/tiny-form"
},
"license": "MIT",
"type": "module",
"main": "./dist/index.js",
"module": "./dist/index.js",
"types": "./dist/index.d.ts",
"exports": {
".": {
"import": "./dist/index.js",
Expand All @@ -17,16 +21,12 @@
"types": "./dist/react.d.ts"
}
},
"main": "./dist/index.js",
"module": "./dist/index.js",
"types": "./dist/index.d.ts",
"files": [
"dist"
],
"license": "MIT",
"homepage": "https://github.com/hi-ogawa/unocss-preset-antd/tree/main/packages/tiny-form",
"repository": {
"type": "git",
"url": "https://github.com/hi-ogawa/unocss-preset-antd/",
"directory": "packages/tiny-form"
},
"scripts": {
"dev": "tsup --watch",
"build": "tsup",
Expand Down
20 changes: 10 additions & 10 deletions packages/tiny-progress/package.json
Original file line number Diff line number Diff line change
@@ -1,10 +1,14 @@
{
"name": "@hiogawa/tiny-progress",
"version": "0.0.1-pre.2",
"homepage": "https://github.com/hi-ogawa/unocss-preset-antd/tree/main/packages/tiny-progress",
"repository": {
"type": "git",
"url": "https://github.com/hi-ogawa/unocss-preset-antd/",
"directory": "packages/tiny-progress"
},
"license": "MIT",
"type": "module",
"main": "./dist/index.js",
"module": "./dist/index.js",
"types": "./dist/index.d.ts",
"exports": {
".": {
"import": "./dist/index.js",
Expand All @@ -17,16 +21,12 @@
"types": "./dist/react.d.ts"
}
},
"main": "./dist/index.js",
"module": "./dist/index.js",
"types": "./dist/index.d.ts",
"files": [
"dist"
],
"license": "MIT",
"homepage": "https://github.com/hi-ogawa/unocss-preset-antd/tree/main/packages/tiny-progress",
"repository": {
"type": "git",
"url": "https://github.com/hi-ogawa/unocss-preset-antd/",
"directory": "packages/tiny-progress"
},
"scripts": {
"dev": "tsup --watch",
"build": "tsup",
Expand Down
20 changes: 10 additions & 10 deletions packages/tiny-toast/package.json
Original file line number Diff line number Diff line change
@@ -1,10 +1,14 @@
{
"name": "@hiogawa/tiny-toast",
"version": "0.1.1-pre.7",
"homepage": "https://github.com/hi-ogawa/unocss-preset-antd/tree/main/packages/tiny-toast",
"repository": {
"type": "git",
"url": "https://github.com/hi-ogawa/unocss-preset-antd/",
"directory": "packages/tiny-transition"
},
"license": "MIT",
"type": "module",
"main": "./dist/index.js",
"module": "./dist/index.js",
"types": "./dist/index.d.ts",
"exports": {
".": {
"import": "./dist/index.js",
Expand All @@ -22,16 +26,12 @@
"types": "./dist/preact/index.d.ts"
}
},
"main": "./dist/index.js",
"module": "./dist/index.js",
"types": "./dist/index.d.ts",
"files": [
"dist"
],
"license": "MIT",
"homepage": "https://github.com/hi-ogawa/unocss-preset-antd/tree/main/packages/tiny-toast",
"repository": {
"type": "git",
"url": "https://github.com/hi-ogawa/unocss-preset-antd/",
"directory": "packages/tiny-transition"
},
"scripts": {
"dev": "vite --no-clearScreen",
"build": "tsup",
Expand Down
20 changes: 10 additions & 10 deletions packages/tiny-transition/package.json
Original file line number Diff line number Diff line change
@@ -1,10 +1,14 @@
{
"name": "@hiogawa/tiny-transition",
"version": "0.0.1-pre.3",
"homepage": "https://github.com/hi-ogawa/unocss-preset-antd/tree/main/packages/tiny-transition",
"repository": {
"type": "git",
"url": "https://github.com/hi-ogawa/unocss-preset-antd/",
"directory": "packages/tiny-transition"
},
"license": "MIT",
"type": "module",
"main": "./dist/index.js",
"module": "./dist/index.js",
"types": "./dist/index.d.ts",
"exports": {
".": {
"import": "./dist/index.js",
Expand All @@ -17,16 +21,12 @@
"types": "./dist/react.d.ts"
}
},
"main": "./dist/index.js",
"module": "./dist/index.js",
"types": "./dist/index.d.ts",
"files": [
"dist"
],
"license": "MIT",
"homepage": "https://github.com/hi-ogawa/unocss-preset-antd/tree/main/packages/tiny-transition",
"repository": {
"type": "git",
"url": "https://github.com/hi-ogawa/unocss-preset-antd/",
"directory": "packages/tiny-transition"
},
"scripts": {
"dev": "tsup --watch",
"build": "tsup",
Expand Down

0 comments on commit 25bb6a5

Please sign in to comment.