Skip to content

Commit 871c3ea

Browse files
committed
Preps v2.4.2
1 parent ebd3677 commit 871c3ea

File tree

1 file changed

+5
-3
lines changed

1 file changed

+5
-3
lines changed

package.json

Lines changed: 5 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,8 @@
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"],
@@ -15,7 +16,8 @@
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",

0 commit comments

Comments
 (0)