Skip to content

Commit

Permalink
0.0.2
Browse files Browse the repository at this point in the history
  • Loading branch information
okonet committed Mar 31, 2016
1 parent 37c7900 commit 197df3e
Showing 1 changed file with 4 additions and 2 deletions.
6 changes: 4 additions & 2 deletions package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "react-container-dimensions",
"version": "0.0.1",
"version": "0.0.2",
"description": "Wrapper component that detects element resize and passes new dimensions down the tree. Based on [element-resize-detector](https://github.com/wnr/element-resize-detector)",
"main": "lib/index.js",
"scripts": {
Expand All @@ -20,7 +20,9 @@
"type": "git",
"url": "git+https://github.com/okonet/react-container-dimensions.git"
},
"files": ["lib"],
"files": [
"lib"
],
"directories": {
"lib": "lib"
},
Expand Down

0 comments on commit 197df3e

Please sign in to comment.