Skip to content

Commit

Permalink
update package json
Browse files Browse the repository at this point in the history
  • Loading branch information
NiklasBuchfink committed Feb 1, 2024
1 parent 2585a01 commit 7ce0729
Showing 1 changed file with 9 additions and 7 deletions.
16 changes: 9 additions & 7 deletions package.json
Original file line number Diff line number Diff line change
@@ -1,21 +1,23 @@
{
"name": "typescript-action",
"description": "GitHub Actions TypeScript template",
"name": "i18n-action",
"description": "This action checks for translation issues within your PRs.",
"version": "0.0.0",
"author": "",
"private": true,
"homepage": "https://github.com/actions/typescript-action",
"homepage": "https://inlang.com",
"repository": {
"type": "git",
"url": "git+https://github.com/actions/typescript-action.git"
"url": "git+https://github.com/opral/i18n-action.git"
},
"bugs": {
"url": "https://github.com/actions/typescript-action/issues"
"url": "https://github.com/opral/i18n-action/issues"
},
"keywords": [
"actions",
"node",
"setup"
"i18n",
"localization",
"inlang",
"node"
],
"exports": {
".": "./dist/index.js"
Expand Down

0 comments on commit 7ce0729

Please sign in to comment.