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 11{
22 "name" : " @solved-ac/ui-react" ,
3- "version" : " 0.2.3 " ,
3+ "version" : " 0.2.4 " ,
44 "description" : " React component library used by solved.ac" ,
55 "author" : " shiftpsh" ,
66 "license" : " MIT" ,
2121 "test:lint" : " eslint ." ,
2222 "test:unit" : " cross-env CI=1 react-scripts test --env=jsdom" ,
2323 "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!\" " ,
2425 "predeploy" : " cd example && yarn install && yarn run build" ,
2526 "deploy" : " gh-pages -d example/build"
2627 },
2728 "peerDependencies" : {
28- "react" : " >=17" ,
29- "react-dom" : " >=17" ,
3029 "@emotion/react" : " >=11" ,
31- "@emotion/styled" : " >=11"
30+ "@emotion/styled" : " >=11" ,
31+ "react" : " >=17" ,
32+ "react-dom" : " >=17"
3233 },
3334 "devDependencies" : {
3435 "@babel/plugin-proposal-decorators" : " ^7.17.9" ,
You can’t perform that action at this time.
0 commit comments