Skip to content

Commit 1bafb13

Browse files
authored
build: add vue as a peer dependency (#1692)
1 parent e2ff394 commit 1bafb13

File tree

1 file changed

+3
-0
lines changed

1 file changed

+3
-0
lines changed

package.json

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -39,6 +39,9 @@
3939
"url": "https://github.com/vuejs/vuex/issues"
4040
},
4141
"homepage": "https://github.com/vuejs/vuex#readme",
42+
"peerDependencies": {
43+
"vue": "^2.0.0"
44+
},
4245
"devDependencies": {
4346
"babel-core": "^6.22.1",
4447
"babel-loader": "^7.1.2",

0 commit comments

Comments
 (0)