Skip to content

Commit

Permalink
Fix #163. Update tween.js import
Browse files Browse the repository at this point in the history
  • Loading branch information
vasturiano committed Jun 26, 2023
1 parent 9256dc4 commit 67c0c04
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -48,7 +48,7 @@
"example/**/*"
],
"dependencies": {
"@tweenjs/tween.js": "18 - 20",
"@tweenjs/tween.js": "18 - 21",
"accessor-fn": "1",
"kapsule": "1",
"three": ">=0.118 <1",
Expand Down
2 changes: 1 addition & 1 deletion src/globe.js
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@ import ThreeRenderObjects from 'three-render-objects';

import accessorFn from 'accessor-fn';
import Kapsule from 'kapsule';
import TWEEN from '@tweenjs/tween.js';
import * as TWEEN from '@tweenjs/tween.js';

import linkKapsule from './kapsule-link.js';

Expand Down

0 comments on commit 67c0c04

Please sign in to comment.