File tree 2 files changed +2112
-71
lines changed
2 files changed +2112
-71
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.2 " ,
3
+ "version" : " 0.0.0-development " ,
4
4
"main" : " dist/index.js" ,
5
5
"umd:main" : " dist/reactNetlifyIdentityWidget.umd.production.js" ,
6
6
"module" : " dist/reactNetlifyIdentityWidget.es.production.js" ,
7
7
"typings" : " dist/index.d.ts" ,
8
8
"files" : [
9
9
" dist"
10
10
],
11
+ "license" : " MIT" ,
11
12
"scripts" : {
12
13
"start" : " tsdx watch" ,
13
14
"build" : " tsdx build" ,
14
15
"test" : " tsdx test" ,
15
- "commit " : " git-cz " ,
16
- "version " : " exec < /dev/tty && auto-changelog -p --template keepachangelog && git add CHANGELOG.md " ,
17
- "prepublishOnly " : " git push && git push --tags && gh -release"
16
+ "changelog " : " auto-changelog -p --template keepachangelog " ,
17
+ "prepublishOnly " : " git push && git push --tags && gh-release " ,
18
+ "semantic-release " : " semantic -release"
18
19
},
19
20
"husky" : {
20
21
"hooks" : {
21
- "prepare-commit-msg" : " exec < /dev/tty && git cz --hook"
22
+ "prepare-commit-msg" : " exec < /dev/tty && npm run changelog && git cz --hook"
22
23
}
23
24
},
24
25
"devDependencies" : {
30
31
"cz-conventional-changelog" : " 2.1.0" ,
31
32
"gh-release" : " ^3.5.0" ,
32
33
"husky" : " ^1.3.1" ,
34
+ "semantic-release" : " ^15.13.3" ,
33
35
"tsdx" : " ^0.3.4" ,
34
36
"typescript" : " ^3.4.4"
35
37
},
46
48
"commitizen" : {
47
49
"path" : " ./node_modules/cz-conventional-changelog"
48
50
}
51
+ },
52
+ "repository" : {
53
+ "type" : " git" ,
54
+ "url" : " https://github.com/sw-yx/react-netlify-identity-widget.git"
49
55
}
50
56
}
You can’t perform that action at this time.
0 commit comments