Skip to content

Commit 2474bc9

Browse files
Docs: add repo url to package.json
1 parent 3414437 commit 2474bc9

File tree

1 file changed

+8
-0
lines changed

1 file changed

+8
-0
lines changed

package.json

Lines changed: 8 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -13,6 +13,14 @@
1313
"lint": "eslint .eslintrc.js lib/ tests/ --ignore-pattern !.eslintrc.js",
1414
"test": "npm run lint && mocha tests --recursive"
1515
},
16+
"repository": {
17+
"type": "git",
18+
"url": "git+https://github.com/not-an-aardvark/eslint-plugin-prettier.git"
19+
},
20+
"bugs": {
21+
"url": "https://github.com/not-an-aardvark/eslint-plugin-prettier/issues"
22+
},
23+
"homepage": "https://github.com/not-an-aardvark/eslint-plugin-prettier#readme",
1624
"dependencies": {
1725
"prettier": "^0.11.0",
1826
"requireindex": "~1.1.0"

0 commit comments

Comments
 (0)