Skip to content

Commit

Permalink
Preps v2.4.2
Browse files Browse the repository at this point in the history
  • Loading branch information
ctrlplusb committed Mar 29, 2018
1 parent ebd3677 commit 871c3ea
Showing 1 changed file with 5 additions and 3 deletions.
8 changes: 5 additions & 3 deletions package.json
Original file line number Diff line number Diff line change
@@ -1,7 +1,8 @@
{
"name": "react-sizeme",
"version": "2.4.1",
"description": "Make your React Components aware of their dimensions and position.",
"version": "2.4.2",
"description":
"Make your React Components aware of their dimensions and position.",
"license": "MIT",
"main": "dist/react-sizeme.js",
"files": ["*.js", "*.md", "dist"],
Expand All @@ -15,7 +16,8 @@
"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 871c3ea

Please sign in to comment.