From 3975b7fdb38bffa6c658b45e9c1b16b920583c0f Mon Sep 17 00:00:00 2001 From: Jose Juan Date: Fri, 28 Feb 2020 14:36:00 -0500 Subject: [PATCH] actualizacion del readme --- README.md | 4 ++-- package.json | 2 +- 2 files changed, 3 insertions(+), 3 deletions(-) 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",