Skip to content

Commit

Permalink
Merge pull request #1 from agama-project/update_afer_moving
Browse files Browse the repository at this point in the history
Update the package metadata
  • Loading branch information
lslezak authored Dec 9, 2024
2 parents 262dd24 + 0cecea9 commit dd67fb6
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 4 deletions.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@
This directory contains a simple ESLint plugin which checks that only string
literals are passed to the translation functions.

It is closely tied to the [Agama](https://github.com/openSUSE/agama) project and
It is closely tied to the [Agama](https://github.com/agama-project/agama) project and
probably does not make much sense for other projects.

## Disabling the Check
Expand Down
6 changes: 3 additions & 3 deletions package.json
Original file line number Diff line number Diff line change
@@ -1,9 +1,9 @@
{
"name": "eslint-plugin-agama-i18n",
"version": "0.1.0",
"version": "0.1.1",
"description": "A simple ESLint plugin which checks that only string literals are passed to the translation functions",
"homepage": "https://github.com/openSUSE/eslint-plugin-agama-i18n",
"repository": "openSUSE/eslint-plugin-agama-i18n",
"homepage": "https://github.com/agama-project/eslint-plugin-agama-i18n",
"repository": "agama-project/eslint-plugin-agama-i18n",
"license": "MIT",
"main": "eslint-plugin-agama-i18n.js"
}

0 comments on commit dd67fb6

Please sign in to comment.