chore: fix formatting of package.json

This commit is contained in:
Starcea 2024-06-29 13:53:21 +09:00
commit f13a5ce626
No known key found for this signature in database
GPG key ID: B7A77E32374911E1

View file

@ -14,13 +14,7 @@
"release": "semantic-release", "release": "semantic-release",
"prepack": "pnpm build" "prepack": "pnpm build"
}, },
"keywords": [ "keywords": ["comcigan", "parser", "typescript", "school", "korean"],
"comcigan",
"parser",
"typescript",
"school",
"korean"
],
"author": "Starcea <stardev.uwu@gmail.com>", "author": "Starcea <stardev.uwu@gmail.com>",
"license": "MIT", "license": "MIT",
"packageManager": "pnpm@9.4.0+sha512.f549b8a52c9d2b8536762f99c0722205efc5af913e77835dbccc3b0b0b2ca9e7dc8022b78062c17291c48e88749c70ce88eb5a74f1fa8c4bf5e18bb46c8bd83a", "packageManager": "pnpm@9.4.0+sha512.f549b8a52c9d2b8536762f99c0722205efc5af913e77835dbccc3b0b0b2ca9e7dc8022b78062c17291c48e88749c70ce88eb5a74f1fa8c4bf5e18bb46c8bd83a",
@ -38,8 +32,6 @@
"iconv-lite": "^0.6.3" "iconv-lite": "^0.6.3"
}, },
"release": { "release": {
"branches": [ "branches": ["release"]
"release"
]
} }
} }