@get-set/gs-sortable 0.0.5 → 0.0.6

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.
@@ -1,13 +1,13 @@
1
1
  import { useEffect, useRef, useState } from 'react';
2
2
  import NewGuid from '../helpers/uihelpers';
3
3
  import getCurrentParams from '../actions/getCurrentParams';
4
- import init from './actions/init';
5
- import destroy from './actions/destroy';
4
+ import init from '../actions/init';
5
+ import destroy from '../actions/destroy';
6
6
  import PropTypes from 'prop-types';
7
7
  import defaultParams from '../constants/defaultParams';
8
- import initMouseMove from "./actions/initMouseMove";
9
- import initSortEnd from "./actions/initSortEnd";
10
- import initScroll from "./actions/initScroll";
8
+ import initMouseMove from "../actions/initMouseMove";
9
+ import initSortEnd from "../actions/initSortEnd";
10
+ import initScroll from "../actions/initScroll";
11
11
 
12
12
  const params = {
13
13
  reference: PropTypes.string,
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@get-set/gs-sortable",
3
- "version": "0.0.5",
3
+ "version": "0.0.6",
4
4
  "description": "Get-Set Sortable",
5
5
  "main": "index.js",
6
6
  "author": "Get-Set",