Skip to content
This repository has been archived by the owner on Feb 4, 2022. It is now read-only.

Commit

Permalink
Fix incorrect version of Vuex as peer
Browse files Browse the repository at this point in the history
  • Loading branch information
robinvdvleuten committed Jan 7, 2021
1 parent a72bf84 commit 4338d55
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -73,6 +73,6 @@
"vuex": "^4.0.0-rc"
},
"peerDependencies": {
"vuex": "^3.0 || ^4.0"
"vuex": "^3.0 || ^4.0.0-rc"
}
}

0 comments on commit 4338d55

Please sign in to comment.