Skip to content
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.

Commit 5793c64

Browse files
author
sw-yx
committedApr 24, 2019
revert to use changelog
1 parent 70846e8 commit 5793c64

File tree

1 file changed

+3
-9
lines changed

1 file changed

+3
-9
lines changed
 

‎package.json

Lines changed: 3 additions & 9 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "react-netlify-identity-widget",
3-
"version": "0.0.4",
3+
"version": "0.0.5",
44
"main": "dist/index.js",
55
"umd:main": "dist/reactNetlifyIdentityWidget.umd.production.js",
66
"module": "dist/reactNetlifyIdentityWidget.es.production.js",
@@ -14,14 +14,8 @@
1414
"start": "tsdx watch",
1515
"build": "tsdx build",
1616
"test": "tsdx test",
17-
"changelog": "auto-changelog -p --template keepachangelog",
18-
"prepublishOnly": "git push && git push --tags && gh-release",
19-
"semantic-release": "semantic-release"
20-
},
21-
"husky": {
22-
"hooks": {
23-
"prepare-commit-msg": "exec < /dev/tty && git cz --hook"
24-
}
17+
"version": "auto-changelog -p --template keepachangelog && git add README.md CHANGELOG.md",
18+
"prepublishOnly": "git push && git push --tags && gh-release"
2519
},
2620
"devDependencies": {
2721
"@types/jest": "^24.0.11",

0 commit comments

Comments
 (0)
Please sign in to comment.