Skip to content

Commit 52db4db

Browse files
author
Guillaume Chau
committed
fix: add typescript as optional peer dep, closes #137
1 parent a792f58 commit 52db4db

File tree

1 file changed

+7
-1
lines changed

1 file changed

+7
-1
lines changed

package.json

Lines changed: 7 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -75,6 +75,12 @@
7575
"vuepress": "^0.14.8"
7676
},
7777
"peerDependencies": {
78-
"@vue/cli-shared-utils": "^3.0.0 || ^4.0.0-0"
78+
"@vue/cli-shared-utils": "^3.0.0 || ^4.0.0-0",
79+
"typescript": ">=2.0"
80+
},
81+
"peerDependenciesMeta": {
82+
"typescript": {
83+
"optional": true
84+
}
7985
}
8086
}

0 commit comments

Comments
 (0)