Skip to content

Commit 81125ae

Browse files
committed
- npm: add recommended package.json properties (also used on npm)
- Added `bugs`, `homepage`, `dependencies` - Also made `repository` a URL (can be cmd-opened in IDEs)
1 parent c13893e commit 81125ae

File tree

1 file changed

+7
-1
lines changed

1 file changed

+7
-1
lines changed

package.json

Lines changed: 7 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -10,12 +10,18 @@
1010
"promises"
1111
],
1212
"author": "jden <[email protected]>",
13-
"repository": "[email protected]:xjamundx/eslint-plugin-promise.git",
13+
"contributors": [
14+
"Brett Zamir"
15+
],
16+
"repository": "https://github.com/xjamundx/eslint-plugin-promise",
17+
"homepage": "https://github.com/xjamundx/eslint-plugin-promise",
18+
"bugs": "https://github.com/xjamundx/eslint-plugin-promise/issues",
1419
"scripts": {
1520
"precommit": "lint-staged",
1621
"test": "jest",
1722
"lint": "eslint rules __tests__ index.js"
1823
},
24+
"dependencies": {},
1925
"devDependencies": {
2026
"doctoc": "^1.4.0",
2127
"eslint": "^6.8.0",

0 commit comments

Comments
 (0)