Skip to content

Commit

Permalink
v1.0.0
Browse files Browse the repository at this point in the history
  • Loading branch information
hejianxian committed Jan 25, 2017
1 parent 8e0ce8a commit 2e6f812
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 6 deletions.
4 changes: 2 additions & 2 deletions dist/vue-drag-and-drop-list.js
Original file line number Diff line number Diff line change
@@ -1,8 +1,8 @@
/*!
* Vue-drag-and-drop-list.js v0.8.3
* Vue-drag-and-drop-list.js v1.0.0
* (c) 2017 Hejx
* Released under the MIT License.
* https://github.com/Alex-fun/vue-drag-and-drop-list#readme
* https://github.com/hejianxian/vue-drag-and-drop-list#readme
*/

(function (global, factory) {
Expand Down
8 changes: 4 additions & 4 deletions package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "vue-drag-and-drop-list",
"version": "0.8.4",
"version": "1.0.0",
"description": "A Vue.js directives with the HTML5 drag & drop API.",
"main": "dist/vue-drag-and-drop-list.js",
"directories": {
Expand All @@ -13,7 +13,7 @@
},
"repository": {
"type": "git",
"url": "git+https://github.com/Alex-fun/vue-drag-and-drop-list.git"
"url": "git+https://github.com/hejianxian/vue-drag-and-drop-list.git"
},
"keywords": [
"vue",
Expand All @@ -23,9 +23,9 @@
"author": "Hejx",
"license": "MIT",
"bugs": {
"url": "https://github.com/Alex-fun/vue-drag-and-drop-list/issues"
"url": "https://github.com/hejianxian/vue-drag-and-drop-list/issues"
},
"homepage": "https://github.com/Alex-fun/vue-drag-and-drop-list#readme",
"homepage": "https://github.com/hejianxian/vue-drag-and-drop-list#readme",
"devDependencies": {
"rollup": "^0.34.13",
"rollup-watch": "^2.5.0"
Expand Down

0 comments on commit 2e6f812

Please sign in to comment.