File tree Expand file tree Collapse file tree 3 files changed +11
-3
lines changed
Expand file tree Collapse file tree 3 files changed +11
-3
lines changed Original file line number Diff line number Diff line change 1+ ---
2+ " @codebelt/classy-store " : patch
3+ ---
4+
5+ Fix README not displaying on npm after monorepo migration
Original file line number Diff line number Diff line change 3232 "---------- CI / Helper ------------------------------------------------" : " " ,
3333 "checkall" : " bun run lint:fix && bun run test && bun run typecheck" ,
3434 "clean" : " find . -name node_modules -o -name .next -o -name dist -o -name build | xargs rm -rf" ,
35- "deps" : " bun update --latest" ,
35+ "deps" : " bun update --interactive --recursive -- latest" ,
3636 "-----------------------------------------------------------------------" : " "
3737 },
3838 "devDependencies" : {
Original file line number Diff line number Diff line change 44 "description" : " Class-based reactive state management — ES6 Proxy + immutable snapshots" ,
55 "repository" : {
66 "type" : " git" ,
7- "url" : " git+https://github.com/codeBelt/classy-store.git"
7+ "url" : " git+https://github.com/codeBelt/classy-store.git" ,
8+ "directory" : " packages/classy-store"
89 },
910 "type" : " module" ,
1011 "main" : " ./dist/index.cjs" ,
4748 }
4849 },
4950 "files" : [
50- " dist"
51+ " dist" ,
52+ " README.md"
5153 ],
5254 "scripts" : {
5355 "---------- Dev --------------------------------------------------------" : " " ,
5860 "test" : " bun test" ,
5961 "---------- Lint --------------------------------------------------------" : " " ,
6062 "typecheck" : " tsc --noEmit" ,
63+ "prepublishOnly" : " cp ../../README.md ." ,
6164 "-----------------------------------------------------------------------" : " "
6265 },
6366 "dependencies" : {
You can’t perform that action at this time.
0 commit comments