Skip to content

Commit

Permalink
chore: remove side effects (#4871)
Browse files Browse the repository at this point in the history
Co-authored-by: Johnson Chu <johnsoncodehk@gmail.com>
  • Loading branch information
vikingair and johnsoncodehk authored Oct 23, 2024
1 parent 0243d5e commit 32aa8a8
Show file tree
Hide file tree
Showing 8 changed files with 8 additions and 0 deletions.
1 change: 1 addition & 0 deletions packages/component-meta/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -6,6 +6,7 @@
"**/*.js",
"**/*.d.ts"
],
"sideEffects": false,
"repository": {
"type": "git",
"url": "https://github.com/vuejs/language-tools.git",
Expand Down
1 change: 1 addition & 0 deletions packages/component-type-helpers/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -6,6 +6,7 @@
"**/*.js",
"**/*.d.ts"
],
"sideEffects": false,
"repository": {
"type": "git",
"url": "https://github.com/vuejs/language-tools.git",
Expand Down
1 change: 1 addition & 0 deletions packages/language-core/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -6,6 +6,7 @@
"**/*.js",
"**/*.d.ts"
],
"sideEffects": false,
"repository": {
"type": "git",
"url": "https://github.com/vuejs/language-tools.git",
Expand Down
1 change: 1 addition & 0 deletions packages/language-plugin-pug/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -6,6 +6,7 @@
"**/*.js",
"**/*.d.ts"
],
"sideEffects": false,
"repository": {
"type": "git",
"url": "https://github.com/vuejs/language-tools.git",
Expand Down
1 change: 1 addition & 0 deletions packages/language-server/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -9,6 +9,7 @@
"bin": {
"vue-language-server": "./bin/vue-language-server.js"
},
"sideEffects": true,
"repository": {
"type": "git",
"url": "https://github.com/vuejs/language-tools.git",
Expand Down
1 change: 1 addition & 0 deletions packages/language-service/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -7,6 +7,7 @@
"**/*.js",
"**/*.d.ts"
],
"sideEffects": false,
"repository": {
"type": "git",
"url": "https://github.com/vuejs/language-tools.git",
Expand Down
1 change: 1 addition & 0 deletions packages/tsc/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -7,6 +7,7 @@
"**/*.js",
"**/*.d.ts"
],
"sideEffects": false,
"repository": {
"type": "git",
"url": "https://github.com/vuejs/language-tools.git",
Expand Down
1 change: 1 addition & 0 deletions packages/typescript-plugin/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -6,6 +6,7 @@
"**/*.js",
"**/*.d.ts"
],
"sideEffects": false,
"repository": {
"type": "git",
"url": "https://github.com/vuejs/language-tools.git",
Expand Down

0 comments on commit 32aa8a8

Please sign in to comment.