Skip to content

Commit

Permalink
Revert "Use new import style recommended in #256"
Browse files Browse the repository at this point in the history
This reverts commit bccb1bf.
  • Loading branch information
kimmobrunfeldt committed May 12, 2020
1 parent bccb1bf commit 4e66f34
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/path.js
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
// Lower level API to animate any kind of svg path

var shifty = require('shifty').shifty;
var shifty = require('shifty');
var utils = require('./utils');

var Tweenable = shifty.Tweenable;
Expand Down

0 comments on commit 4e66f34

Please sign in to comment.