Skip to content

Commit

Permalink
Fix package.json
Browse files Browse the repository at this point in the history
  • Loading branch information
ericmatte committed Sep 17, 2024
1 parent e1c7e65 commit f4f8efb
Showing 1 changed file with 5 additions and 2 deletions.
7 changes: 5 additions & 2 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -3,15 +3,18 @@
"version": "1.2.1",
"description": "Convert I18n translation files to TypeScript definitions",
"author": "Agendrix",
"repository": "github:agendrix/i18n-typedef",
"repository": {
"type": "git",
"url": "git+https://github.com/agendrix/i18n-typedef.git"
},
"keywords": [
"I18n",
"yaml",
"TypeScript",
"CLI"
],
"bin": {
"i18n-typedef": "./bin/i18n-typedef"
"i18n-typedef": "bin/i18n-typedef"
},
"license": "Apache-2.0",
"scripts": {
Expand Down

0 comments on commit f4f8efb

Please sign in to comment.