Skip to content

Commit c9a8674

Browse files
committed
Preps v2.4.1
1 parent ea869b4 commit c9a8674

File tree

1 file changed

+3
-5
lines changed

1 file changed

+3
-5
lines changed

package.json

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

0 commit comments

Comments
 (0)