File tree Expand file tree Collapse file tree 1 file changed +32
-2
lines changed Expand file tree Collapse file tree 1 file changed +32
-2
lines changed Original file line number Diff line number Diff line change 11
11
"test-storybook" : " test-storybook" ,
12
12
"build-lib" : " rollup -c" ,
13
13
"watch-lib" : " rollup -c --watch" ,
14
- "release" : " release-it"
14
+ "release" : " release-it" ,
15
+ "release:beta" : " release-it --preRelease=beta" ,
16
+ "release:dry" : " release-it --dry-run --no-npm"
15
17
},
16
18
"repository" : {
17
19
"type" : " git" ,
20
22
"keywords" : [
21
23
" webstore" ,
22
24
" component" ,
23
- " library"
25
+ " library" ,
26
+ " scientist"
24
27
],
25
28
"author" : " Alisha Evans" ,
26
29
"license" : " MIT" ,
90
93
"react-dom" : " ^18.2.0"
91
94
}
92
95
},
96
+ "contributors" : [
97
+ " Alisha Evans (https://github.com/alishaevn)" ,
98
+ " Summer Cook (https://github.com/summer-cook)"
99
+ ],
93
100
"publishConfig" : {
101
+ "access" : " public" ,
94
102
"ignore" : [
95
103
" .eslintrc"
96
104
]
105
+ },
106
+ "release-it" : {
107
+ "git" : {
108
+ "commitMessage" : " chore: release v${version}" ,
109
+ "push" : true ,
110
+ "commit" : true ,
111
+ "tag" : true ,
112
+ "requireCommits" : false ,
113
+ "requireCleanWorkingDir" : true
114
+ },
115
+ "npm" : {
116
+ "publish" : true ,
117
+ "ignoreVersion" : false ,
118
+ "allowSameVersion" : false
119
+ },
120
+ "hooks" : {
121
+ "before:init" : " npx eslint './**'" ,
122
+ "after:release" : " echo Successfully released ${name} v${version}."
123
+ }
124
+ },
125
+ "npm" : {
126
+ "publishPath" : " dist"
97
127
}
98
128
}
You can’t perform that action at this time.
0 commit comments