Skip to content

Commit 4ff82c3

Browse files
committed
chore: Make sure types are published
1 parent 4ae0dc1 commit 4ff82c3

File tree

3 files changed

+8
-6
lines changed

3 files changed

+8
-6
lines changed

examples/package.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -19,9 +19,9 @@
1919
"url": "https://github.com/streetsidesoftware"
2020
},
2121
"bugs": {
22-
"url": "https://github.com/streetsidesoftware/template-typescript-cli-app/issues"
22+
"url": "https://github.com/streetsidesoftware/perf-bench/issues"
2323
},
24-
"homepage": "https://github.com/streetsidesoftware/template-typescript-cli-app#readme",
24+
"homepage": "https://github.com/streetsidesoftware/perf-bench#readme",
2525
"license": "MIT",
2626
"dependencies": {
2727
"cspell-trie-lib": "^8.7.0",

package.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -37,9 +37,9 @@
3737
"url": "https://github.com/streetsidesoftware"
3838
},
3939
"bugs": {
40-
"url": "https://github.com/streetsidesoftware/template-typescript-cli-app/issues"
40+
"url": "https://github.com/streetsidesoftware/perf-bench/issues"
4141
},
42-
"homepage": "https://github.com/streetsidesoftware/template-typescript-cli-app#readme",
42+
"homepage": "https://github.com/streetsidesoftware/perf-bench#readme",
4343
"license": "MIT",
4444
"devDependencies": {
4545
"@eslint/eslintrc": "^3.0.2",

packages/perf-bench/package.json

Lines changed: 4 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -37,9 +37,9 @@
3737
"url": "https://github.com/streetsidesoftware"
3838
},
3939
"bugs": {
40-
"url": "https://github.com/streetsidesoftware/template-typescript-cli-app/issues"
40+
"url": "https://github.com/streetsidesoftware/perf-bench/issues"
4141
},
42-
"homepage": "https://github.com/streetsidesoftware/template-typescript-cli-app#readme",
42+
"homepage": "https://github.com/streetsidesoftware/perf-bench#readme",
4343
"license": "MIT",
4444
"devDependencies": {
4545
"lorem-ipsum": "^2.0.8"
@@ -55,6 +55,8 @@
5555
"bin.mjs",
5656
"dist/**/*.mjs",
5757
"dist/**/*.js",
58+
"dist/**/*.d.ts",
59+
"dist/**/*.d.mts",
5860
"!**/*.test.*",
5961
"!**/*.map"
6062
]

0 commit comments

Comments
 (0)