Skip to content

Commit f769b81

Browse files
committed
src -> lib
1 parent a5c9008 commit f769b81

File tree

7 files changed

+3
-1
lines changed

7 files changed

+3
-1
lines changed

CHANGELOG.md

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,4 @@
1+
- [2025-04-14] [src -> lib](https://github.com/RubricLab/cli/commit/5366d58c027c275252ef7e79f20afd61183949c6)
12
- [2025-04-14] [publish lib/index](https://github.com/RubricLab/cli/commit/77d2c126ff9cf6ec9bcbff925d79bcda2b187da6)
23
- [2025-04-14] [publish](https://github.com/RubricLab/cli/commit/57579caea726ee9f77585a743f97648799f4fd04)
34
- [2025-04-07] [first pass](https://github.com/RubricLab/cli/commit/392698be5e5b6fd3706876e8d91340d7e1d2951f)
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.

package.json

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -8,8 +8,9 @@
88
"lint:fix": "bun x biome lint . --write --unsafe"
99
},
1010
"name": "@rubriclab/cli",
11-
"version": "0.0.3",
11+
"version": "0.0.4",
1212
"main": "lib/index.ts",
13+
"private": false,
1314
"dependencies": {
1415
"@rubriclab/package": "*",
1516
"@rubriclab/config": "*"

0 commit comments

Comments
 (0)