File tree Expand file tree Collapse file tree 1 file changed +5
-3
lines changed Expand file tree Collapse file tree 1 file changed +5
-3
lines changed Original file line number Diff line number Diff line change 11{
22 "name" : " react-sizeme" ,
3- "version" : " 2.4.1" ,
4- "description" : " Make your React Components aware of their dimensions and position." ,
3+ "version" : " 2.4.2" ,
4+ "description" :
5+ " Make your React Components aware of their dimensions and position." ,
56 "license" : " MIT" ,
67 "main" : " dist/react-sizeme.js" ,
78 "files" : [" *.js" , " *.md" , " dist" ],
1516 "scripts" : {
1617 "build" : " node ./tools/scripts/build.js" ,
1718 "clean" : " rimraf ./dist && rimraf ./coverage" ,
18- "example:web" : " echo 'Make sure to `cd example/web && yarn install`' && cd example/web && yarn run start" ,
19+ "example:web" :
20+ " echo 'Make sure to `cd example/web && yarn install`' && cd example/web && yarn run start" ,
1921 "lint" : " eslint src" ,
2022 "precommit" : " lint-staged && npm run test" ,
2123 "prepublish" : " npm run build" ,
You can’t perform that action at this time.
0 commit comments