vue-draggable-resizable-rotatable-saya
Advanced tools
Comparing version
@@ -0,0 +0,0 @@ # Changelog |
{ | ||
"name": "vue-draggable-resizable-rotatable-saya", | ||
"version": "2.3.0", | ||
"version": "2.3.1", | ||
"author": "Maurizio Bonani <maurizio.bonani@gmail.com>", | ||
@@ -16,3 +16,3 @@ "main": "dist/VueDraggableResizable.umd.min.js", | ||
"lint": "vue-cli-service lint", | ||
"build-bundle": "vue-cli-service build --target lib --name VueDraggableResizableRotatableSaya ./src/index.js", | ||
"build-bundle": "vue-cli-service build --target lib --name VueDraggableResizable ./src/index.js", | ||
"unit": "cross-env BABEL_ENV=test mocha-webpack --webpack-config=webpack.test.js tests/unit/specs/**/*.js", | ||
@@ -19,0 +19,0 @@ "unit-watch": "cross-env BABEL_ENV=test mocha-webpack --watch --webpack-config=webpack.test.js tests/unit/specs/**/*.js", |
@@ -1,4 +0,4 @@ | ||
import './components/vue-draggable-resizable-rotatable-saya.css' | ||
import './components/vue-draggable-resizable.css' | ||
import VueDraggableResizableRotatableSaya from './components/vue-draggable-resizable-rotatable-saya' | ||
import VueDraggableResizable from './components/vue-draggable-resizable' | ||
@@ -8,3 +8,3 @@ export function install (Vue) { | ||
install.installed = true | ||
Vue.component('VueDraggableResizableRotatableSaya', VueDraggableResizableRotatableSaya) | ||
Vue.component('VueDraggableResizable', VueDraggableResizable) | ||
} | ||
@@ -26,2 +26,2 @@ | ||
export default VueDraggableResizableRotatableSaya | ||
export default VueDraggableResizable |
Sorry, the diff of this file is not supported yet
Sorry, the diff of this file is not supported yet
1823451
-0.49%