Skip to content

Commit 51a4f62

Browse files
committed
Move lazy-file into packages dir
1 parent df75f59 commit 51a4f62

18 files changed

+5
-472
lines changed

.github/workflows/publish.yml

-32
This file was deleted.

.gitignore

-5
This file was deleted.
File renamed without changes.

LICENSE packages/lazy-file/LICENSE

File renamed without changes.
File renamed without changes.

package.json packages/lazy-file/package.json

+5-8
Original file line numberDiff line numberDiff line change
@@ -19,26 +19,23 @@
1919
"./fs": "./dist/fs.js",
2020
"./package.json": "./package.json"
2121
},
22+
"dependencies": {
23+
"mrmime": "^2.0.0"
24+
},
2225
"devDependencies": {
2326
"@types/node": "^22.5.0",
2427
"prettier": "^3.3.3",
2528
"tsimp": "^2.0.11",
2629
"typescript": "^5.5.4"
2730
},
2831
"scripts": {
29-
"clean": "git clean -fdX .",
3032
"build": "tsc --outDir dist --project tsconfig.lib.json",
3133
"test": "node --import tsimp/import --test ./src/**/*.spec.ts",
32-
"prepare": "pnpm run build",
33-
"version": "node scripts/version.js"
34+
"prepare": "pnpm run build"
3435
},
35-
"packageManager": "[email protected]",
3636
"keywords": [
3737
"file",
3838
"buffer",
3939
"blob"
40-
],
41-
"dependencies": {
42-
"mrmime": "^2.0.0"
43-
}
40+
]
4441
}
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.

0 commit comments

Comments
 (0)