Skip to content

Commit

Permalink
fix: update files field
Browse files Browse the repository at this point in the history
close #3919
  • Loading branch information
johnsoncodehk committed Mar 1, 2024
1 parent dcf9ea2 commit 53e687e
Show file tree
Hide file tree
Showing 8 changed files with 16 additions and 16 deletions.
4 changes: 2 additions & 2 deletions packages/component-meta/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -3,8 +3,8 @@
"version": "2.0.0",
"license": "MIT",
"files": [
"out/**/*.js",
"out/**/*.d.ts"
"**/*.js",
"**/*.d.ts"
],
"repository": {
"type": "git",
Expand Down
4 changes: 2 additions & 2 deletions packages/component-type-helpers/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -3,8 +3,8 @@
"version": "2.0.0",
"license": "MIT",
"files": [
"*.js",
"*.d.ts"
"**/*.js",
"**/*.d.ts"
],
"repository": {
"type": "git",
Expand Down
4 changes: 2 additions & 2 deletions packages/language-core/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -3,8 +3,8 @@
"version": "2.0.0",
"license": "MIT",
"files": [
"out/**/*.js",
"out/**/*.d.ts"
"**/*.js",
"**/*.d.ts"
],
"repository": {
"type": "git",
Expand Down
4 changes: 2 additions & 2 deletions packages/language-plugin-pug/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -3,8 +3,8 @@
"version": "2.0.0",
"license": "MIT",
"files": [
"out/**/*.js",
"out/**/*.d.ts"
"**/*.js",
"**/*.d.ts"
],
"repository": {
"type": "git",
Expand Down
4 changes: 2 additions & 2 deletions packages/language-server/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -3,8 +3,8 @@
"version": "2.0.0",
"license": "MIT",
"files": [
"out/**/*.js",
"out/**/*.d.ts"
"**/*.js",
"**/*.d.ts"
],
"bin": {
"vue-language-server": "./bin/vue-language-server.js"
Expand Down
4 changes: 2 additions & 2 deletions packages/language-service/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -4,8 +4,8 @@
"license": "MIT",
"files": [
"data",
"out/**/*.js",
"out/**/*.d.ts"
"**/*.js",
"**/*.d.ts"
],
"repository": {
"type": "git",
Expand Down
4 changes: 2 additions & 2 deletions packages/tsc/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -4,8 +4,8 @@
"license": "MIT",
"files": [
"bin",
"out/**/*.js",
"out/**/*.d.ts"
"**/*.js",
"**/*.d.ts"
],
"repository": {
"type": "git",
Expand Down
4 changes: 2 additions & 2 deletions packages/typescript-plugin/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -3,8 +3,8 @@
"version": "2.0.0",
"license": "MIT",
"files": [
"out/**/*.js",
"out/**/*.d.ts"
"**/*.js",
"**/*.d.ts"
],
"repository": {
"type": "git",
Expand Down

0 comments on commit 53e687e

Please sign in to comment.