From 2639b2a99a7042e798a6b595458233003ff2a71d Mon Sep 17 00:00:00 2001 From: Daniel Date: Wed, 28 Aug 2019 11:41:03 -0600 Subject: [PATCH] Carousel: import Tweenable from nimiq-utils --- package.json | 2 +- src/components/Carousel.vue | 40 +------------------------------------ yarn.lock | 7 +++---- 3 files changed, 5 insertions(+), 44 deletions(-) diff --git a/package.json b/package.json index 7f816de9..abb63ad6 100644 --- a/package.json +++ b/package.json @@ -25,7 +25,7 @@ }, "devDependencies": { "@nimiq/iqons": "^1.1.1", - "@nimiq/utils": "^0.4.1", + "@nimiq/utils": "link:../nimiq.github.io/libraries/nimiq-utils", "@storybook/addon-actions": "^4.0.0-alpha.14", "@storybook/addon-knobs": "^4.0.0-alpha.14", "@storybook/addon-links": "^4.0.0-alpha.14", diff --git a/src/components/Carousel.vue b/src/components/Carousel.vue index 14b38778..72cae14f 100644 --- a/src/components/Carousel.vue +++ b/src/components/Carousel.vue @@ -12,45 +12,7 @@