Skip to content

Commit a293494

Browse files
committed
Update API
1 parent 09eedf2 commit a293494

File tree

2 files changed

+8
-3
lines changed

2 files changed

+8
-3
lines changed

packages/cache-tags/package.json

Lines changed: 7 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -21,5 +21,10 @@
2121
"typecheck": "tsc --noEmit",
2222
"dev": "tsc -w"
2323
},
24-
"files": ["dist", "src", "README.md", "CHANGELOG.md"]
25-
}
24+
"files": [
25+
"dist",
26+
"src",
27+
"README.md",
28+
"CHANGELOG.md"
29+
]
30+
}

packages/gitbook-v2/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -29,4 +29,4 @@
2929
"unit": "bun test",
3030
"typecheck": "tsc --noEmit"
3131
}
32-
}
32+
}

0 commit comments

Comments
 (0)