Skip to content

Commit 2770917

Browse files
committed
fix(meta): improve project info
1 parent c7c5f79 commit 2770917

2 files changed

Lines changed: 16 additions & 3 deletions

File tree

CHANGELOG.md

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,5 @@
1+
2+
# Changelog
3+
4+
The complete changelog is available on the [GitHub Releases page](https://github.com/devforth/adminforth-i18n/releases).
5+

package.json

Lines changed: 11 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -10,10 +10,18 @@
1010
"rollout-next": "npm run build && npm version prerelease --preid=next && npm publish --tag next",
1111
"prepare": "npm link adminforth"
1212
},
13-
"keywords": [],
14-
"author": "",
13+
"repository": {
14+
"type": "git",
15+
"url": "https://github.com/devforth/adminforth-i18n.git"
16+
},
17+
"keywords": [
18+
"i18n",
19+
"adminforth",
20+
"translation"
21+
],
22+
"author": "devforth",
1523
"license": "ISC",
16-
"description": "",
24+
"description": "Internationalization plugin for Adminforth projects",
1725
"dependencies": {
1826
"@aws-sdk/client-ses": "^3.654.0",
1927
"@sapphire/async-queue": "^1.5.5",

0 commit comments

Comments
 (0)