2
0
mirror of https://github.com/tenrok/vue-json-viewer.git synced 2026-05-15 11:59:40 +03:00

Make dependencies peer

https://nodejs.org/es/blog/npm/peer-dependencies/
Peer dependencies were created specifically for plugins and it's better
to use them instead of just dependencies. A plugin package is meant
to be used with another "host" package, even though it does not always
directly use the host package.
This commit is contained in:
Sergei Smagin
2019-10-31 15:54:08 +01:00
parent d7a995321f
commit 970f67ea88
+1 -1
View File
@@ -45,7 +45,7 @@
"email": "sacha.stafyniak@gmail.com"
}
],
"dependencies": {
"peerDependencies": {
"clipboard": "^2.0.4",
"vue": "^2.6.9"
},