Skip to content

Commit

Permalink
Merge pull request #2 from kiccer/dev
Browse files Browse the repository at this point in the history
Dev
  • Loading branch information
kiccer committed Oct 23, 2019
2 parents 587fbbd + b8de009 commit b406b59
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 4 deletions.
4 changes: 2 additions & 2 deletions package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "vue-directive-extend",
"version": "0.1.0",
"version": "0.1.4",
"description": "This project is used to extend more event listener for Vue.",
"main": "./public/js/vue-directive-extend.js",
"keywords": [
Expand All @@ -20,7 +20,7 @@
},
"files": [
"LICENSE",
"vue-directive-extend.js"
"public"
],
"author": "kiccer",
"license": "MIT",
Expand Down
4 changes: 2 additions & 2 deletions public/js/vue-directive-extend.js
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
import vueDirectiveResize from 'public/js/vue-directive-resize'
import vueDirectiveMousewheel from 'public/js/vue-directive-mousewheel'
import vueDirectiveResize from './vue-directive-resize'
import vueDirectiveMousewheel from './vue-directive-mousewheel'

function vueDirectiveExtend (vm) {
vm.use(vueDirectiveResize)
Expand Down

0 comments on commit b406b59

Please sign in to comment.