Skip to content

Commit 3e5ac9c

Browse files
committed
refactor: Shuffle order of package.json props
1 parent 5912335 commit 3e5ac9c

File tree

1 file changed

+5
-5
lines changed

1 file changed

+5
-5
lines changed

package.json

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -1,18 +1,18 @@
11
{
22
"name": "@harperfast/schema-codegen",
3-
"description": "Generate useful types from your Harper database schemas",
43
"version": "1.0.3",
5-
"repository": "github:HarperFast/schema-codegen",
4+
"description": "Generate useful types from your Harper database schemas",
5+
"keywords": [],
6+
"homepage": "https://github.com/harperfast",
67
"bugs": {
78
"url": "https://github.com/harperfast/schema-codegen/issues"
89
},
9-
"homepage": "https://github.com/harperfast",
10-
"keywords": [],
10+
"license": "Apache-2.0",
1111
"author": {
1212
"name": "Harper",
1313
"email": "support@harperdb.io"
1414
},
15-
"license": "Apache-2.0",
15+
"repository": "github:HarperFast/schema-codegen",
1616
"files": [
1717
"extensionModule.js",
1818
"config.yaml",

0 commit comments

Comments
 (0)