nhn / toast-ui.vue-calendar

Toast UI Calendar for Vue
MIT License
195 stars 54 forks source link

tui-calendar as a peerDependencies to prevent versioning problems #21

Open guilharj opened 5 years ago

guilharj commented 5 years ago

Version

Any

Test Environment

Any

Current Behavior

The tui-calendar dependency should be a peerDependency

 "dependencies": {
    "tui-calendar": "^1.2.3",
  },

Expected Behavior

 "peerDependencies": {
    "tui-calendar": "^1.2.3",
    "vue": "^2.3.0"
  },
jungeun-cho commented 5 years ago

@guilharj The tui-calendar dependency should be a peerDependency Why do you think so?