@dolphinweex/weex-vue-render 0.2.71 → 0.2.72

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
@@ -3061,7 +3061,9 @@ var scaleStyles = [
3061
3061
  'min-height',
3062
3062
  'minHeight',
3063
3063
  'max-height',
3064
- 'maxHeight'
3064
+ 'maxHeight',
3065
+ 'transform-origin',
3066
+ 'transformOrigin',
3065
3067
  ];
3066
3068
 
3067
3069
  var vendorReg = /webkit|moz/i;
package/package.json CHANGED
@@ -49,5 +49,5 @@
49
49
  "type": "git",
50
50
  "url": "git+ssh://git@github.com/weexteam/weex-vue-render.git"
51
51
  },
52
- "version": "0.2.71"
52
+ "version": "0.2.72"
53
53
  }