File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change @@ -4,7 +4,7 @@ Deterministic local caching of documentation repositories.
44
55[ ![ License] ( https://img.shields.io/badge/license-MIT-blue.svg )] ( LICENSE )
66[ ![ npm version] ( https://img.shields.io/npm/v/docs-cache )] ( https://www.npmjs.com/package/docs-cache )
7- [ ![ size] ( https://img.shields.io/badge/size-3.6 %20kB-blue )] ( https://github.com/fbosch/docs-cache )
7+ [ ![ size] ( https://img.shields.io/badge/size-3.5 %20kB-blue )] ( https://github.com/fbosch/docs-cache )
88
99## Purpose
1010
@@ -110,3 +110,5 @@ Use `postinstall` to ensure docs are ready for local agents immediately after in
110110MIT
111111
112112
113+
114+
Original file line number Diff line number Diff line change @@ -4,7 +4,6 @@ export default defineBuildConfig({
44 entries : [
55 { input : "src/cli/index" , name : "cli" } ,
66 { input : "src/api" , name : "api" } ,
7- { input : "src/config-schema" , name : "config-schema" } ,
87 ] ,
98 declaration : true ,
109 clean : true ,
You can’t perform that action at this time.
0 commit comments