diff --git a/README.md b/README.md index 21715e9..488a5cf 100644 --- a/README.md +++ b/README.md @@ -33,7 +33,7 @@ createApp(App).use(ChelseaDragger).mount('#app') The following example uses the array of items shown below. All items in this array are assigned to one of two lists by property `listId`. -The examples will implement draga and drop to update the an items `listId` by dragging the item and dropping it in the new list. +The examples will implement drag-and-drop to update the an items `listId` by dragging the item and dropping it in the new list. **Important**: Keep in mind that [vue needs a unique key in a loop, if the items may change](https://vuejs.org/guide/essentials/list.html#maintaining-state-with-key). diff --git a/package-lock.json b/package-lock.json index 9c70086..8935ef3 100644 --- a/package-lock.json +++ b/package-lock.json @@ -1,12 +1,12 @@ { "name": "chelsea-dragger", - "version": "0.0.3", + "version": "0.0.6", "lockfileVersion": 3, "requires": true, "packages": { "": { "name": "chelsea-dragger", - "version": "0.0.3", + "version": "0.0.6", "dependencies": { "vue": "^3.3.4" }, diff --git a/package.json b/package.json index 565033b..67a933d 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "chelsea-dragger", - "version": "0.0.5", + "version": "0.0.6", "type": "module", "files": [ "dist" @@ -37,6 +37,10 @@ "bugs": { "url": "https://github.com/justanothermoses/chelsea-dragger/issues" }, + "repository": { + "type": "git", + "url": "https://github.com/justanothermoses/chelsea-dragger" + }, "author": { "name": "Moses Otten", "url": "https://github.com/justanothermoses"