We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent a8a5762 commit 936954aCopy full SHA for 936954a
package.json
@@ -1,10 +1,10 @@
1
{
2
"name": "react-resize-aware",
3
- "version": "1.0.1",
+ "version": "1.0.2",
4
"description": "A resize aware component used to detect sizes changes on your components",
5
"main": "dist/resizeAware.js",
6
"scripts": {
7
- "prepublish": "webpack -p && echo `gzip -c dist/ink.js | wc -c`"
+ "prepublish": "webpack -p && echo `gzip -c dist/resizeAware.js | wc -c`"
8
},
9
"repository": {
10
"type": "git",
0 commit comments