Thanks to visit codestin.com
Credit goes to github.com

Skip to content

Commit 65f8381

Browse files
laravelcms-zzTheodore Messinezis
authored andcommitted
Update package.json (theomessin#19)
Update `vue` and change it to a peer dependency. Otherwise if say I'm using Vue 2.4.4 and I required `vue-chat-scroll` in my project, Vue 2.1.10 will be still included.
1 parent d8c2c05 commit 65f8381

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

package.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -24,8 +24,8 @@
2424
],
2525
"author": "Theodore Messinezis",
2626
"license": "MIT",
27-
"dependencies": {
28-
"vue": "^2.1.10"
27+
"peerDependencies": {
28+
"vue": "^2.4.4"
2929
},
3030
"devDependencies": {
3131
"babel-preset-es2015-rollup": "^3.0.0",

0 commit comments

Comments
 (0)