Skip to content

Commit

Permalink
fix: add typescript as optional peer dep, closes #137
Browse files Browse the repository at this point in the history
  • Loading branch information
Guillaume Chau committed Oct 20, 2019
1 parent a792f58 commit 52db4db
Showing 1 changed file with 7 additions and 1 deletion.
8 changes: 7 additions & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -75,6 +75,12 @@
"vuepress": "^0.14.8"
},
"peerDependencies": {
"@vue/cli-shared-utils": "^3.0.0 || ^4.0.0-0"
"@vue/cli-shared-utils": "^3.0.0 || ^4.0.0-0",
"typescript": ">=2.0"
},
"peerDependenciesMeta": {
"typescript": {
"optional": true
}
}
}

0 comments on commit 52db4db

Please sign in to comment.