Skip to content

Commit

Permalink
fix the repo url
Browse files Browse the repository at this point in the history
  • Loading branch information
chee committed Aug 29, 2017
1 parent a8b71e2 commit 4f46b27
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions package.json
Expand Up @@ -12,7 +12,7 @@
},
"repository": {
"type": "git",
"url": "git+https://github.com/chee/uses-eslint.git"
"url": "git+https://github.com/chee/detect-eslint-config.git"
},
"keywords": [
"eslint",
Expand All @@ -21,9 +21,9 @@
"author": "chee <chee@snake.dog> (https://snake.dog/)",
"license": "MIT",
"bugs": {
"url": "https://github.com/chee/uses-eslint/issues"
"url": "https://github.com/chee/detect-eslint-config/issues"
},
"homepage": "https://github.com/chee/uses-eslint#readme",
"homepage": "https://github.com/chee/detect-eslint-config#readme",
"devDependencies": {
"buble": "^0.15.2",
"standard": "^10.0.3",
Expand Down

0 comments on commit 4f46b27

Please sign in to comment.