Skip to content

Commit 06e4f50

Browse files
committed
feat: remove tinyglobby dependency and glob entry point
1 parent f05a1b0 commit 06e4f50

3 files changed

Lines changed: 1 addition & 10 deletions

File tree

package.json

Lines changed: 0 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -43,10 +43,6 @@
4343
"types": "./dist/fs/safe.d.ts",
4444
"import": "./dist/fs/safe.js"
4545
},
46-
"./glob": {
47-
"types": "./dist/glob/index.d.ts",
48-
"import": "./dist/glob/index.js"
49-
},
5046
"./json": {
5147
"types": "./dist/json/index.d.ts",
5248
"import": "./dist/json/index.js"
@@ -108,7 +104,6 @@
108104
"oxlint-tsgolint": "^0.23.0",
109105
"rolldown": "1.1.1",
110106
"rolldown-plugin-dts": "^0.25.2",
111-
"tinyglobby": "^0.2.17",
112107
"vite-tsconfig-paths": "^6.1.1",
113108
"vitest": "^4.1.8"
114109
},

pnpm-lock.yaml

Lines changed: 1 addition & 4 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

rolldown.config.ts

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -12,7 +12,6 @@ export default defineConfig({
1212
"fp/index": "src/fp/index.ts",
1313
"fs/index": "src/fs/unsafe/index.ts",
1414
"fs/safe": "src/fs/safe/index.ts",
15-
"glob/index": "src/glob/index.ts",
1615
"json/index": "src/json/unsafe.ts",
1716
"json/safe": "src/json/safe.ts",
1817
"option/index": "src/option/index.ts",

0 commit comments

Comments
 (0)