Skip to content

Commit

Permalink
fix: move @nuxt/types and vuex to peerDeps
Browse files Browse the repository at this point in the history
  • Loading branch information
danielroe committed Mar 5, 2020
1 parent 9d39cbb commit 4d6029e
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 2 deletions.
4 changes: 3 additions & 1 deletion packages/nuxt-typed-vuex/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -44,8 +44,10 @@
"tsd": "^0.11.0"
},
"dependencies": {
"@nuxt/types": ">=0.3.0",
"normalize-path": "^3.0.0",
"typed-vuex": "0.1.16"
},
"peerDependencies": {
"@nuxt/types": ">=0.3.0"
}
}
2 changes: 1 addition & 1 deletion packages/typed-vuex/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -42,7 +42,7 @@
"tsd": "^0.11.0",
"vue": "latest"
},
"dependencies": {
"peerDependencies": {
"vuex": "^3.0.0"
}
}

0 comments on commit 4d6029e

Please sign in to comment.