Skip to content

Commit 2758355

Browse files
committed
Add repository, homepage and bugs to package.json
1 parent e49a6ba commit 2758355

File tree

1 file changed

+6
-0
lines changed

1 file changed

+6
-0
lines changed

package.json

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -3,6 +3,12 @@
33
"version": "1.0.0",
44
"description": "A shareable ESLint config for writing better asynchronous code",
55
"main": "index.js",
6+
"repository": {
7+
"type": "git",
8+
"url": "https://github.com/Maximization/eslint-config-async.git"
9+
},
10+
"homepage": "https://github.com/Maximization/eslint-config-async#readme",
11+
"bugs": "https://github.com/Maximization/eslint-config-async/issues",
612
"scripts": {
713
"test": "echo \"Error: no test specified\" && exit 1"
814
},

0 commit comments

Comments
 (0)