Skip to content

Commit ff06fba

Browse files
authored
fix(prettier): avoid bundling TS build info and deps (#51)
1 parent e33aec8 commit ff06fba

File tree

4 files changed

+6
-10
lines changed

4 files changed

+6
-10
lines changed
Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,2 @@
1+
tsconfig.json
2+
*.tsbuildinfo

packages/prettier-config-svelte/package.json

Lines changed: 1 addition & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -4,13 +4,9 @@
44
"access": "public",
55
"provenance": true
66
},
7-
"version": "1.0.0",
7+
"version": "1.0.1",
88
"description": "Viam's shared Prettier configuration for Svelte projects.",
99
"type": "module",
10-
"files": [
11-
"**/*",
12-
"!tsconfig.json"
13-
],
1410
"types": "./dist/prettier-config-svelte.d.ts",
1511
"exports": {
1612
".": {

packages/prettier-config/.npmignore

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,2 @@
1+
tsconfig.json
2+
*.tsbuildinfo

packages/prettier-config/package.json

Lines changed: 1 addition & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -4,13 +4,9 @@
44
"access": "public",
55
"provenance": true
66
},
7-
"version": "1.0.0",
7+
"version": "1.0.1",
88
"description": "Viam's shared Prettier configuration.",
99
"type": "module",
10-
"files": [
11-
"**/*",
12-
"!tsconfig.json"
13-
],
1410
"types": "./dist/prettier-config.d.ts",
1511
"exports": {
1612
".": {

0 commit comments

Comments
 (0)