Skip to content

Commit 2e6f812

Browse files
committed
v1.0.0
1 parent 8e0ce8a commit 2e6f812

File tree

2 files changed

+6
-6
lines changed

2 files changed

+6
-6
lines changed

dist/vue-drag-and-drop-list.js

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,8 +1,8 @@
11
/*!
2-
* Vue-drag-and-drop-list.js v0.8.3
2+
* Vue-drag-and-drop-list.js v1.0.0
33
* (c) 2017 Hejx
44
* Released under the MIT License.
5-
* https://github.com/Alex-fun/vue-drag-and-drop-list#readme
5+
* https://github.com/hejianxian/vue-drag-and-drop-list#readme
66
*/
77

88
(function (global, factory) {

package.json

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "vue-drag-and-drop-list",
3-
"version": "0.8.4",
3+
"version": "1.0.0",
44
"description": "A Vue.js directives with the HTML5 drag & drop API.",
55
"main": "dist/vue-drag-and-drop-list.js",
66
"directories": {
@@ -13,7 +13,7 @@
1313
},
1414
"repository": {
1515
"type": "git",
16-
"url": "git+https://github.com/Alex-fun/vue-drag-and-drop-list.git"
16+
"url": "git+https://github.com/hejianxian/vue-drag-and-drop-list.git"
1717
},
1818
"keywords": [
1919
"vue",
@@ -23,9 +23,9 @@
2323
"author": "Hejx",
2424
"license": "MIT",
2525
"bugs": {
26-
"url": "https://github.com/Alex-fun/vue-drag-and-drop-list/issues"
26+
"url": "https://github.com/hejianxian/vue-drag-and-drop-list/issues"
2727
},
28-
"homepage": "https://github.com/Alex-fun/vue-drag-and-drop-list#readme",
28+
"homepage": "https://github.com/hejianxian/vue-drag-and-drop-list#readme",
2929
"devDependencies": {
3030
"rollup": "^0.34.13",
3131
"rollup-watch": "^2.5.0"

0 commit comments

Comments
 (0)