Skip to content

Commit 1cb0dce

Browse files
committed
Package.json fix
1 parent 5e7aa95 commit 1cb0dce

File tree

1 file changed

+2
-3
lines changed

1 file changed

+2
-3
lines changed

package.json

Lines changed: 2 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -15,17 +15,16 @@
1515
"name": "Andrey Minogin",
1616
"email": "minogin@gmail.com"
1717
},
18-
"license": "MIT",
18+
"license": "ISC",
1919
"main": "src/drr.vue",
2020
"repository": {
2121
"type": "git",
22-
"url": "https://github.com/minogin/drr"
22+
"url": "https://github.com/minogin/vue-drag-resize-rotate"
2323
},
2424
"scripts": {
2525
"test": "echo \"Error: no test specified\" && exit 1"
2626
},
2727
"dependencies": {
28-
"vue": "^2.5.17",
2928
"@minogin/vector": "^1.0.2"
3029
}
3130
}

0 commit comments

Comments
 (0)