File tree 1 file changed +3
-9
lines changed
1 file changed +3
-9
lines changed Original file line number Diff line number Diff line change 1
1
{
2
2
"name" : " react-netlify-identity-widget" ,
3
- "version" : " 0.0.4 " ,
3
+ "version" : " 0.0.5 " ,
4
4
"main" : " dist/index.js" ,
5
5
"umd:main" : " dist/reactNetlifyIdentityWidget.umd.production.js" ,
6
6
"module" : " dist/reactNetlifyIdentityWidget.es.production.js" ,
14
14
"start" : " tsdx watch" ,
15
15
"build" : " tsdx build" ,
16
16
"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"
25
19
},
26
20
"devDependencies" : {
27
21
"@types/jest" : " ^24.0.11" ,
You can’t perform that action at this time.
0 commit comments