Skip to content
This repository was archived by the owner on Apr 6, 2020. It is now read-only.

Commit 33410a2

Browse files
author
Sohee Lee
committed
chore: update v1.1.0
1 parent 5e62b78 commit 33410a2

File tree

2 files changed

+5
-2
lines changed

2 files changed

+5
-2
lines changed

package-lock.json

Lines changed: 1 addition & 1 deletion
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

package.json

Lines changed: 4 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@toast-ui/vue-editor",
3-
"version": "1.0.4",
3+
"version": "1.1.0",
44
"description": "TOAST UI Editor for Vue",
55
"main": "dist/toastui-vue-editor.js",
66
"files": [
@@ -40,6 +40,9 @@
4040
"webpack": "^4.17.2",
4141
"webpack-cli": "^3.1.0"
4242
},
43+
"peerDependencies": {
44+
"vue": "^2.5.0"
45+
},
4346
"dependencies": {
4447
"tui-editor": "^1.3.0"
4548
}

0 commit comments

Comments
 (0)