Skip to content

Commit 405aa1f

Browse files
committed
use prod env
1 parent b8a91cc commit 405aa1f

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

package.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,10 +1,10 @@
11
{
22
"name": "react-resize-aware",
3-
"version": "1.0.3",
3+
"version": "1.0.4",
44
"description": "A resize aware component used to detect sizes changes on your components",
55
"main": "dist/resizeAware.js",
66
"scripts": {
7-
"prepublish": "webpack -p && echo `gzip -c dist/resizeAware.js | wc -c`"
7+
"prepublish": "NODE_ENV=production webpack -p && echo `gzip -c dist/resizeAware.js | wc -c`"
88
},
99
"repository": {
1010
"type": "git",

0 commit comments

Comments
 (0)