Skip to content

Commit

Permalink
Preps v2.4.1
Browse files Browse the repository at this point in the history
  • Loading branch information
ctrlplusb committed Mar 29, 2018
1 parent ea869b4 commit c9a8674
Showing 1 changed file with 3 additions and 5 deletions.
8 changes: 3 additions & 5 deletions package.json
Original file line number Diff line number Diff line change
@@ -1,8 +1,7 @@
{
"name": "react-sizeme",
"version": "2.4.0",
"description":
"Make your React Components aware of their dimensions and position.",
"version": "2.4.1",
"description": "Make your React Components aware of their dimensions and position.",
"license": "MIT",
"main": "dist/react-sizeme.js",
"files": ["*.js", "*.md", "dist"],
Expand All @@ -16,8 +15,7 @@
"scripts": {
"build": "node ./tools/scripts/build.js",
"clean": "rimraf ./dist && rimraf ./coverage",
"example:web":
"echo 'Make sure to `cd example/web && yarn install`' && cd example/web && yarn run start",
"example:web": "echo 'Make sure to `cd example/web && yarn install`' && cd example/web && yarn run start",
"lint": "eslint src",
"precommit": "lint-staged && npm run test",
"prepublish": "npm run build",
Expand Down

0 comments on commit c9a8674

Please sign in to comment.