Skip to content

Commit ab74b6e

Browse files
author
sanguogege
committed
doc not publish
1 parent dd258f3 commit ab74b6e

File tree

2 files changed

+2
-1
lines changed

2 files changed

+2
-1
lines changed

app/doc/package.json

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,7 @@
11
{
22
"name": "docs",
33
"type": "module",
4+
"private": true,
45
"version": "0.1.1",
56
"scripts": {
67
"dev": "astro dev",

packages/solid-element-ui/index.tsx

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -92,7 +92,7 @@ export { Masonry } from "./components/masonry/masonry.tsx";
9292

9393
const justForTest = () => {
9494
console.log("just for test");
95-
console.log("make it work 1.0.2");
95+
console.log("make it work 1.0.3");
9696
};
9797

9898
export default justForTest;

0 commit comments

Comments
 (0)