Skip to content

Commit ecc4baf

Browse files
committed
rearrange package.json file to common format
1 parent 3d35e0e commit ecc4baf

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-utils",
33
"version": "0.1.4",
44
"description": "AboutBits' TypeScript utilities",
5+
"author": "AboutBits",
6+
"license": "MIT",
7+
"homepage": "https://github.com/aboutbits/ts-utils",
8+
"repository": {
9+
"type": "git",
10+
"url": "git+https://github.com/aboutbits/ts-utils"
11+
},
12+
"bugs": {
13+
"url": "https://github.com/aboutbits/ts-utils/issues"
14+
},
15+
"keywords": [
16+
"ts-utils",
17+
"utils",
18+
"typescript"
19+
],
520
"private": false,
621
"publishConfig": {
722
"access": "public"
823
},
24+
"prettier": "@aboutbits/prettier-config",
925
"files": [
1026
"readme.md",
1127
"dist/**/*"
@@ -36,22 +52,6 @@
3652
"version": "git add -A src",
3753
"postversion": "git push && git push --tags"
3854
},
39-
"repository": {
40-
"type": "git",
41-
"url": "git+https://github.com/aboutbits/ts-utils"
42-
},
43-
"keywords": [
44-
"ts-utils",
45-
"utils",
46-
"typescript"
47-
],
48-
"author": "AboutBits",
49-
"license": "MIT",
50-
"bugs": {
51-
"url": "https://github.com/aboutbits/ts-utils/issues"
52-
},
53-
"homepage": "https://github.com/aboutbits/ts-utils",
54-
"prettier": "@aboutbits/prettier-config",
5555
"dependencies": {
5656
"typescript": "^5.0.0"
5757
},

0 commit comments

Comments
 (0)