Skip to content

Commit 9fd0d1a

Browse files
committed
rearrange package.json file to common format
1 parent 672ebda commit 9fd0d1a

1 file changed

Lines changed: 15 additions & 15 deletions

File tree

package.json

Lines changed: 15 additions & 15 deletions
Original file line numberDiff line numberDiff line change
@@ -2,10 +2,25 @@
22
"name": "@aboutbits/prettier-config",
33
"version": "1.6.1",
44
"description": "AboutBits' prettier config",
5+
"author": "AboutBits",
6+
"license": "MIT",
7+
"homepage": "https://github.com/aboutbits/prettier-config",
8+
"repository": {
9+
"type": "git",
10+
"url": "git+https://github.com/aboutbits/prettier-config"
11+
},
12+
"bugs": {
13+
"url": "https://github.com/aboutbits/prettier-config/issues"
14+
},
15+
"keywords": [
16+
"prettier-config",
17+
"prettier"
18+
],
519
"private": false,
620
"publishConfig": {
721
"access": "public"
822
},
23+
"prettier": "./index.json",
924
"exports": "./index.json",
1025
"engines": {
1126
"npm": ">=8",
@@ -15,21 +30,6 @@
1530
"format": "prettier -w .",
1631
"postversion": "git push && git push --tags"
1732
},
18-
"repository": {
19-
"type": "git",
20-
"url": "git+https://github.com/aboutbits/prettier-config"
21-
},
22-
"keywords": [
23-
"prettier-config",
24-
"prettier"
25-
],
26-
"author": "AboutBits",
27-
"license": "MIT",
28-
"bugs": {
29-
"url": "https://github.com/aboutbits/prettier-config/issues"
30-
},
31-
"homepage": "https://github.com/aboutbits/prettier-config",
32-
"prettier": "./index.json",
3333
"peerDependencies": {
3434
"prettier": "^3.0.0",
3535
"prettier-plugin-tailwindcss": "^0.4.1"

0 commit comments

Comments
 (0)