Skip to content

Commit

Permalink
- npm: add recommended package.json properties (also used on npm)
Browse files Browse the repository at this point in the history
- Added `bugs`, `homepage`, `dependencies`
- Also made `repository` a URL (can be cmd-opened in IDEs)
  • Loading branch information
brettz9 committed May 19, 2020
1 parent 7e29126 commit 31d61d1
Showing 1 changed file with 7 additions and 1 deletion.
8 changes: 7 additions & 1 deletion package.json
Expand Up @@ -10,12 +10,18 @@
"promises"
],
"author": "jden <jason@denizac.org>",
"repository": "git@github.com:xjamundx/eslint-plugin-promise.git",
"contributors": [
"Brett Zamir"
],
"repository": "https://github.com/xjamundx/eslint-plugin-promise",
"homepage": "https://github.com/xjamundx/eslint-plugin-promise",
"bugs": "https://github.com/xjamundx/eslint-plugin-promise/issues",
"scripts": {
"precommit": "lint-staged --concurrent false",
"test": "jest",
"lint": "eslint rules __tests__ index.js"
},
"dependencies": {},
"devDependencies": {
"doctoc": "^1.4.0",
"eslint": "^6.8.0",
Expand Down

0 comments on commit 31d61d1

Please sign in to comment.