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 b8a91cc commit 405aa1fCopy full SHA for 405aa1f
package.json
@@ -1,10 +1,10 @@
1
{
2
"name": "react-resize-aware",
3
- "version": "1.0.3",
+ "version": "1.0.4",
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/resizeAware.js | wc -c`"
+ "prepublish": "NODE_ENV=production webpack -p && echo `gzip -c dist/resizeAware.js | wc -c`"
8
},
9
"repository": {
10
"type": "git",
0 commit comments