Skip to content

Commit

Permalink
Merge 7a7bfa9 into 87edbc0
Browse files Browse the repository at this point in the history
  • Loading branch information
jroitgrund committed Sep 8, 2017
2 parents 87edbc0 + 7a7bfa9 commit ac1b3a8
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions index.js
Original file line number Diff line number Diff line change
Expand Up @@ -20,13 +20,13 @@ OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN
THE SOFTWARE.
*/

import {debugOrdering} from './src/debug'
import {debugOrdering} from './lib/debug'

export var debug = {
debugOrdering
}

export {default as layout} from './src/layout'
export {default as layout} from './lib/layout'

import {
addBorderNode,
Expand All @@ -43,7 +43,7 @@ import {
simplify,
successorWeights,
time
} from './src/util'
} from './lib/util'

export var util = {
addBorderNode,
Expand Down

0 comments on commit ac1b3a8

Please sign in to comment.