diff --git a/README.md b/README.md index 965623b..3725104 100644 --- a/README.md +++ b/README.md @@ -10,13 +10,13 @@ live example: https://codepen.io/JOSEJUAN/pen/QWbvzoV ## Install ```code -npm install --save vue-touch-card-effect +npm install --save vue-touch-card-dl ``` ## Installation in your `main.js` ```js import Vue from 'vue'; -import myDirective from 'vue-touch-card-effect'; +import myDirective from 'vue-touch-card-dl'; Vue.directive('touch-card', myDirective); ``` diff --git a/package.json b/package.json index a731b78..01600ff 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "vue-touch-card-dl", - "version": "0.1.4", + "version": "0.1.5", "description": "vue directive for animating components", "main": "build/touchDirective.umd.js", "module": "build/touchDirective.esm.js",