Skip to content

Commit 3158011

Browse files
author
Kutlu Sahin
committed
sdnd -> 0.8.6
1 parent 230bc24 commit 3158011

File tree

2 files changed

+5
-2
lines changed

2 files changed

+5
-2
lines changed

build/rollup.js

+3
Original file line numberDiff line numberDiff line change
@@ -19,6 +19,9 @@ function output (ext, format = 'umd') {
1919
file: `dist/${name}.${ext}`,
2020
format: format,
2121
exports: 'named',
22+
globals: {
23+
'smooth-dnd': 'SmoothDnD'
24+
}
2225
}
2326
}
2427

package.json

+2-2
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "vue-smooth-dnd",
3-
"version": "0.3.1",
3+
"version": "0.3.2",
44
"description": "Vue wrappers for smooth-dnd",
55
"author": "Kutlu Sahin",
66
"homepage": "https://kutlugsahin.github.io/vue-smooth-dnd/",
@@ -45,7 +45,7 @@
4545
"url": "https://github.com/kutlugsahin/vue-smooth-dnd/issues"
4646
},
4747
"dependencies": {
48-
"smooth-dnd": "^0.8.4"
48+
"smooth-dnd": "^0.8.6"
4949
},
5050
"devDependencies": {
5151
"babel-jest": "^23.4.0",

0 commit comments

Comments
 (0)