@momo-kits/avatar 0.0.6 → 0.0.7

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.
Files changed (2) hide show
  1. package/Avatar.js +1 -0
  2. package/package.json +1 -1
package/Avatar.js CHANGED
@@ -607,4 +607,5 @@ Avatar.defaultProps = {
607
607
  cached: true,
608
608
  scaleSize: false,
609
609
  quality: 'medium',
610
+ size: 'small'
610
611
  };
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@momo-kits/avatar",
3
- "version": "0.0.6",
3
+ "version": "0.0.7",
4
4
  "private": false,
5
5
  "main": "index.js",
6
6
  "dependencies": {},