Skip to content

Commit

Permalink
feat: Rename package
Browse files Browse the repository at this point in the history
  • Loading branch information
andreidmt committed Sep 3, 2020
1 parent 6a49aa7 commit 8c54c6c
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 5 deletions.
2 changes: 1 addition & 1 deletion package-lock.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

8 changes: 4 additions & 4 deletions package.json
Original file line number Diff line number Diff line change
@@ -1,14 +1,14 @@
{
"name": "eslint-config-xyz",
"name": "eslint-config.xyz",
"version": "5.0.0",
"description": "JavaScript ESLint rules",
"homepage": "https://github.com/andreidmt/eslint-config-xyz",
"homepage": "https://github.com/andreidmt/eslint-config.xyz",
"repository": {
"type": "git",
"url": "git+https://github.com/andreidmt/eslint-config-xyz.git"
"url": "git+https://github.com/andreidmt/eslint-config.xyz.git"
},
"bugs": {
"url": "https://github.com/andreidmt/eslint-config-xyz/issues"
"url": "https://github.com/andreidmt/eslint-config.xyz/issues"
},
"author": {
"name": "Andrei Dumitrescu",
Expand Down

0 comments on commit 8c54c6c

Please sign in to comment.