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 1
1
{
2
2
"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." ,
5
6
"license" : " MIT" ,
6
7
"main" : " dist/react-sizeme.js" ,
7
8
"files" : [" *.js" , " *.md" , " dist" ],
15
16
"scripts" : {
16
17
"build" : " node ./tools/scripts/build.js" ,
17
18
"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" ,
19
21
"lint" : " eslint src" ,
20
22
"precommit" : " lint-staged && npm run test" ,
21
23
"prepublish" : " npm run build" ,
You can’t perform that action at this time.
0 commit comments