File tree Expand file tree Collapse file tree 3 files changed +11
-7
lines changed
Expand file tree Collapse file tree 3 files changed +11
-7
lines changed Original file line number Diff line number Diff line change 11{
2- "name" : " tsky- docs" ,
2+ "name" : " @ tsky/ docs" ,
33 "version" : " 1.0.0" ,
44 "private" : true ,
55 "main" : " index.js" ,
Original file line number Diff line number Diff line change 11{
2- "name" : " tsky-workspace " ,
2+ "name" : " tsky" ,
33 "type" : " module" ,
44 "version" : " 0.1.0" ,
5+ "private" : true ,
56 "packageManager" : " pnpm@9.14.2" ,
67 "license" : " MIT" ,
78 "homepage" : " https://tsky.dev/" ,
1011 "url" : " git+https://github.com/tsky-dev/tsky.git"
1112 },
1213 "scripts" : {
13- "build" : " pnpm run --filter tsky build" ,
14- "docs:dev" : " pnpm run --filter tsky- docs dev" ,
15- "docs:build" : " pnpm run --filter tsky- docs build" ,
16- "docs:preview" : " pnpm run --filter tsky- docs preview" ,
14+ "build" : " pnpm run --filter @ tsky/core build" ,
15+ "docs:dev" : " pnpm run --filter @ tsky/ docs dev" ,
16+ "docs:build" : " pnpm run --filter @ tsky/ docs build" ,
17+ "docs:preview" : " pnpm run --filter @ tsky/ docs preview" ,
1718 "format" : " biome check --write ." ,
1819 "format:check" : " biome check" ,
1920 "lint" : " eslint ./packages ./docs" ,
Original file line number Diff line number Diff line change 11{
2- "name" : " tsky" ,
2+ "name" : " @ tsky/core " ,
33 "type" : " module" ,
44 "version" : " 0.0.1" ,
55 "license" : " MIT" ,
6+ "publishConfig" : {
7+ "access" : " public"
8+ },
69 "exports" : {
710 "." : {
811 "import" : {
You can’t perform that action at this time.
0 commit comments