File tree Expand file tree Collapse file tree 1 file changed +5
-4
lines changed Expand file tree Collapse file tree 1 file changed +5
-4
lines changed Original file line number Diff line number Diff line change 1
1
{
2
2
"name" : " @solved-ac/ui-react" ,
3
- "version" : " 0.2.3 " ,
3
+ "version" : " 0.2.4 " ,
4
4
"description" : " React component library used by solved.ac" ,
5
5
"author" : " shiftpsh" ,
6
6
"license" : " MIT" ,
21
21
"test:lint" : " eslint ." ,
22
22
"test:unit" : " cross-env CI=1 react-scripts test --env=jsdom" ,
23
23
"test:watch" : " react-scripts test --env=jsdom" ,
24
+ "postversion" : " git push --tags && yarn publish . --tag $npm_package_version && git push && echo \" Successfully released version $npm_package_version!\" " ,
24
25
"predeploy" : " cd example && yarn install && yarn run build" ,
25
26
"deploy" : " gh-pages -d example/build"
26
27
},
27
28
"peerDependencies" : {
28
- "react" : " >=17" ,
29
- "react-dom" : " >=17" ,
30
29
"@emotion/react" : " >=11" ,
31
- "@emotion/styled" : " >=11"
30
+ "@emotion/styled" : " >=11" ,
31
+ "react" : " >=17" ,
32
+ "react-dom" : " >=17"
32
33
},
33
34
"devDependencies" : {
34
35
"@babel/plugin-proposal-decorators" : " ^7.17.9" ,
You can’t perform that action at this time.
0 commit comments