Skip to content

Commit 29b4e66

Browse files
committed
Realease v0.0.2
1 parent 3bfe11c commit 29b4e66

File tree

2 files changed

+9
-1
lines changed

2 files changed

+9
-1
lines changed

README.md

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -3,6 +3,10 @@
33

44
> Vue wrapper for dragula
55
6+
## install
7+
``` bash
8+
npm install vue-dragula
9+
```
610

711
## Setup
812
script:

package.json

Lines changed: 5 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,10 +1,14 @@
11
{
22
"name": "vue-dragula",
3-
"version": "0.0.1",
3+
"version": "0.0.2",
44
"description": "Vue wrapper for dragula",
55
"main": "vue-dragula.js",
66
"author": "YichangLiu",
77
"license": "MIT",
8+
"repository": {
9+
"type": "git",
10+
"url": "https://github.com/Astray-git/vue-dragula.git"
11+
},
812
"scripts": {
913
"dev": "webpack --watch example/example.js example/example.build.js",
1014
"build": "webpack example/example.js example/example.build.js"

0 commit comments

Comments
 (0)