Skip to content

Commit

Permalink
fix(prettier): avoid bundling TS build info and deps (#51)
Browse files Browse the repository at this point in the history
  • Loading branch information
mcous authored Dec 3, 2024
1 parent e33aec8 commit ff06fba
Show file tree
Hide file tree
Showing 4 changed files with 6 additions and 10 deletions.
2 changes: 2 additions & 0 deletions packages/prettier-config-svelte/.npmignore
Original file line number Diff line number Diff line change
@@ -0,0 +1,2 @@
tsconfig.json
*.tsbuildinfo
6 changes: 1 addition & 5 deletions packages/prettier-config-svelte/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -4,13 +4,9 @@
"access": "public",
"provenance": true
},
"version": "1.0.0",
"version": "1.0.1",
"description": "Viam's shared Prettier configuration for Svelte projects.",
"type": "module",
"files": [
"**/*",
"!tsconfig.json"
],
"types": "./dist/prettier-config-svelte.d.ts",
"exports": {
".": {
Expand Down
2 changes: 2 additions & 0 deletions packages/prettier-config/.npmignore
Original file line number Diff line number Diff line change
@@ -0,0 +1,2 @@
tsconfig.json
*.tsbuildinfo
6 changes: 1 addition & 5 deletions packages/prettier-config/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -4,13 +4,9 @@
"access": "public",
"provenance": true
},
"version": "1.0.0",
"version": "1.0.1",
"description": "Viam's shared Prettier configuration.",
"type": "module",
"files": [
"**/*",
"!tsconfig.json"
],
"types": "./dist/prettier-config.d.ts",
"exports": {
".": {
Expand Down

0 comments on commit ff06fba

Please sign in to comment.