Skip to content

Commit

Permalink
actualizacion del readme
Browse files Browse the repository at this point in the history
  • Loading branch information
JoseJuan81 committed Feb 28, 2020
1 parent 0f76ebd commit 3975b7f
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
4 changes: 2 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -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);
```
Expand Down
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -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",
Expand Down

0 comments on commit 3975b7f

Please sign in to comment.