Skip to content

Commit 69cdba6

Browse files
committed
rearrange package.json file to common format
1 parent 698ba1e commit 69cdba6

1 file changed

Lines changed: 16 additions & 16 deletions

File tree

package.json

Lines changed: 16 additions & 16 deletions
Original file line numberDiff line numberDiff line change
@@ -2,10 +2,26 @@
22
"name": "@aboutbits/ts-config",
33
"version": "1.1.3",
44
"description": "AboutBits' TypeScript configs",
5+
"author": "AboutBits",
6+
"license": "MIT",
7+
"homepage": "https://github.com/aboutbits/ts-config",
8+
"repository": {
9+
"type": "git",
10+
"url": "git+https://github.com/aboutbits/ts-config"
11+
},
12+
"bugs": {
13+
"url": "https://github.com/aboutbits/ts-config/issues"
14+
},
15+
"keywords": [
16+
"ts-config",
17+
"tsconfig",
18+
"typescript"
19+
],
520
"private": false,
621
"publishConfig": {
722
"access": "public"
823
},
24+
"prettier": "@aboutbits/prettier-config",
925
"files": [
1026
"readme.md",
1127
"tsconfig.json",
@@ -22,22 +38,6 @@
2238
"scripts": {
2339
"postversion": "git push && git push --tags"
2440
},
25-
"repository": {
26-
"type": "git",
27-
"url": "git+https://github.com/aboutbits/ts-config"
28-
},
29-
"keywords": [
30-
"ts-config",
31-
"tsconfig",
32-
"typescript"
33-
],
34-
"author": "AboutBits",
35-
"license": "MIT",
36-
"bugs": {
37-
"url": "https://github.com/aboutbits/ts-config/issues"
38-
},
39-
"homepage": "https://github.com/aboutbits/ts-config",
40-
"prettier": "@aboutbits/prettier-config",
4141
"peerDependencies": {
4242
"typescript": "^5.0.0"
4343
}

0 commit comments

Comments
 (0)