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