Skip to content

Commit 571ed97

Browse files
Alex-Sokolovyyx990803
authored andcommitted
Use globs for package.json (#1210)
Like in vuejs/vue@00648f0
1 parent 4a4eb26 commit 571ed97

File tree

1 file changed

+2
-7
lines changed

1 file changed

+2
-7
lines changed

package.json

Lines changed: 2 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -13,14 +13,9 @@
1313
},
1414
"typings": "types/index.d.ts",
1515
"files": [
16-
"dist/vue-router.js",
17-
"dist/vue-router.min.js",
18-
"dist/vue-router.common.js",
19-
"dist/vue-router.esm.js",
2016
"src",
21-
"types/index.d.ts",
22-
"types/router.d.ts",
23-
"types/vue.d.ts"
17+
"dist/*.js",
18+
"types/*.d.ts"
2419
],
2520
"keywords": [
2621
"vue",

0 commit comments

Comments
 (0)