drag-drop-list-react
Advanced tools
Comparing version 0.21.0 to 0.22.0
@@ -136,3 +136,3 @@ 'use strict'; | ||
ans.style = typeof this.props.style !== 'undefined' ? _extends({}, this.props.style) : {}; | ||
ans.position = relative; | ||
ans.position = 'relative'; | ||
if (typeof this.props.class !== 'undefined') { | ||
@@ -139,0 +139,0 @@ ans.class = this.props.class; |
{ | ||
"name": "drag-drop-list-react", | ||
"version": "0.21.0", | ||
"version": "0.22.0", | ||
"description": "A library that implements drag-drop lists for react.", | ||
@@ -5,0 +5,0 @@ "main": "./dist/index.js", |
Sorry, the diff of this file is not supported yet
229690