@get-set/gs-sortable 0.0.2 → 0.0.3

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.
@@ -4,7 +4,6 @@ import getCurrentParams from '../actions/getCurrentParams';
4
4
  import init from './actions/init';
5
5
  import destroy from './actions/destroy';
6
6
  import PropTypes from 'prop-types';
7
- import init from '../actions/init';
8
7
  import defaultParams from '../constants/defaultParams';
9
8
  import initMouseMove from "./actions/initMouseMove";
10
9
  import initSortEnd from "./actions/initSortEnd";
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@get-set/gs-sortable",
3
- "version": "0.0.2",
3
+ "version": "0.0.3",
4
4
  "description": "Get-Set Sortable",
5
5
  "main": "index.js",
6
6
  "author": "Get-Set",