Skip to content

Commit

Permalink
refactor: update package.json
Browse files Browse the repository at this point in the history
- Added standard version config & missing fields
  • Loading branch information
nonara committed Nov 28, 2020
1 parent a840486 commit 848bc00
Showing 1 changed file with 17 additions and 1 deletion.
18 changes: 17 additions & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -37,8 +37,12 @@
},
"repository": {
"type": "git",
"url": "git@github.com:crosstype/node-html-markdown.git"
"url": "git+ssh://git@github.com/crosstype/node-html-markdown.git"
},
"bugs": {
"url": "https://github.com/crosstype/node-html-markdown/issues"
},
"homepage": "https://github.com/crosstype/node-html-markdown#readme",
"license": "MIT",
"engines": {
"node": ">=10.0.0"
Expand All @@ -54,5 +58,17 @@
"ts-node": "^9.0.0",
"ts-patch": "^1.3.1",
"typescript": "^4.0.3"
},
"standard-version": {
"types": [
{"type": "feat", "section": "Features"},
{"type": "fix", "section": "Bug Fixes"},
{"type": "chore", "hidden": true},
{"type": "docs", "hidden": true},
{"type": "style", "hidden": true},
{"type": "refactor", "hidden": true},
{"type": "perf", "hidden": true},
{"type": "test", "hidden": true}
]
}
}

0 comments on commit 848bc00

Please sign in to comment.