I can't install vuex-router-sync with vuex@1.0.0-rc.2 installed. ``` ✗ npm list |grep vuex └── vuex@1.0.0-rc.2 ``` And: ``` ✗ npm install --save-dev vuex-router-sync /path/to/project ├── UNMET PEER DEPENDENCY vuex@1.0.0-rc.2 └── vuex-router-sync@2.0.2 npm WARN EPEERINVALID vuex-router-sync@2.0.2 requires a peer of vuex@>= 0.6.2 < 3 but none was installed. ``` Any ideas?