@allthings/react-view
Advanced tools
Comparing version 1.3.0 to 1.4.0
@@ -179,6 +179,5 @@ var _extends = Object.assign || function (target) { for (var i = 1; i < arguments.length; i++) { var source = arguments[i]; for (var key in source) { if (Object.prototype.hasOwnProperty.call(source, key)) { target[key] = source[key]; } } } return target; }; | ||
return _; | ||
} | ||
}; | ||
} }; | ||
export default View; |
@@ -193,4 +193,3 @@ 'use strict'; | ||
return _; | ||
} | ||
}; | ||
} }; | ||
exports.default = View; |
@@ -6,3 +6,3 @@ { | ||
"description": "A fully flexed View component for React.", | ||
"version": "1.3.0", | ||
"version": "1.4.0", | ||
"files": [ | ||
@@ -25,3 +25,3 @@ "lib", | ||
"dependencies": { | ||
"glamor": "^2.20.25", | ||
"glamor": "^2.20.40", | ||
"prop-types": "^15.5.8" | ||
@@ -28,0 +28,0 @@ }, |
481
Updatedglamor@^2.20.40