-
Notifications
You must be signed in to change notification settings - Fork 37
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
refactor(package): more generic package name
and its related changes in readme fixed #14
- Loading branch information
1 parent
09414b1
commit 4a55bf7
Showing
2 changed files
with
17 additions
and
19 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,5 +1,5 @@ | ||
{ | ||
"name": "eslint-rule-finder", | ||
"name": "eslint-find-rules", | ||
"version": "0.0.0-semantically-released", | ||
"description": "Find built-in ESLint rules you don't have in your custom config.", | ||
"main": "src/rule-finder.js", | ||
|
@@ -17,7 +17,7 @@ | |
"travis-after-all": "travis-after-all && npm run report-coverage" | ||
}, | ||
"bin": { | ||
"eslint-rule-finder": "src/bin.js" | ||
"eslint-find-rules": "src/bin.js" | ||
}, | ||
"keywords": [], | ||
"author": "Michał Gołębiowski <[email protected]>", | ||
|
@@ -77,10 +77,10 @@ | |
}, | ||
"repository": { | ||
"type": "git", | ||
"url": "https://github.com/sarbbottam/eslint-rule-finder.git" | ||
"url": "https://github.com/sarbbottam/eslint-find-rules.git" | ||
}, | ||
"bugs": { | ||
"url": "https://github.com/sarbbottam/eslint-rule-finder/issues" | ||
"url": "https://github.com/sarbbottam/eslint-find-rules/issues" | ||
}, | ||
"homepage": "https://github.com/sarbbottam/eslint-rule-finder#readme" | ||
"homepage": "https://github.com/sarbbottam/eslint-find-rules#readme" | ||
} |