Skip to content

Commit

Permalink
Docs: add repo url to package.json
Browse files Browse the repository at this point in the history
  • Loading branch information
not-an-aardvark committed Jan 27, 2017
1 parent 3414437 commit 2474bc9
Showing 1 changed file with 8 additions and 0 deletions.
8 changes: 8 additions & 0 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -13,6 +13,14 @@
"lint": "eslint .eslintrc.js lib/ tests/ --ignore-pattern !.eslintrc.js",
"test": "npm run lint && mocha tests --recursive"
},
"repository": {
"type": "git",
"url": "git+https://github.com/not-an-aardvark/eslint-plugin-prettier.git"
},
"bugs": {
"url": "https://github.com/not-an-aardvark/eslint-plugin-prettier/issues"
},
"homepage": "https://github.com/not-an-aardvark/eslint-plugin-prettier#readme",
"dependencies": {
"prettier": "^0.11.0",
"requireindex": "~1.1.0"
Expand Down

0 comments on commit 2474bc9

Please sign in to comment.