Comparing version 0.5.0 to 0.5.1
@@ -8,3 +8,3 @@ const path = require('path') | ||
path: path.resolve(__dirname, './'), | ||
filename: './index.js', | ||
filename: '../index.js', | ||
library: 'VueHotkey', | ||
@@ -11,0 +11,0 @@ libraryTarget: 'umd' |
{ | ||
"name": "v-hotkey", | ||
"version": "0.5.0", | ||
"version": "0.5.1", | ||
"description": "Vue 2.x directive - binding hotkeys for components.", | ||
@@ -5,0 +5,0 @@ "main": "index.js", |
15180