Skip to content

Commit

Permalink
Turn Vuex into a peer dependency
Browse files Browse the repository at this point in the history
  • Loading branch information
istrib committed Nov 7, 2017
1 parent 4589fce commit 1174383
Showing 1 changed file with 5 additions and 4 deletions.
9 changes: 5 additions & 4 deletions package.json
@@ -1,6 +1,6 @@
{
"name": "vuex-typescript",
"version": "3.0.0",
"version": "3.0.1",
"description": "A simple way to get static typing, static code analysis and intellisense with Vuex library.",
"files": [
"dist/index.js",
Expand All @@ -21,11 +21,12 @@
"rimraf": "^2.6.1",
"tslint": "^4.5.1",
"typescript": "^2.6.1",
"vue": "^2.5.3"
},
"dependencies": {
"vue": "^2.5.3",
"vuex": "^3.0.1"
},
"peerDependencies": {
"vuex": "3.x"
},
"scripts": {
"clean": "rimraf dist && rimraf coverage",
"lint-force": "tslint --force --format verbose \"src/**/*.ts\"",
Expand Down

0 comments on commit 1174383

Please sign in to comment.