We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 2a13261 commit a5c9008Copy full SHA for a5c9008
CHANGELOG.md
@@ -1,3 +1,4 @@
1
+- [2025-04-14] [publish lib/index](https://github.com/RubricLab/cli/commit/77d2c126ff9cf6ec9bcbff925d79bcda2b187da6)
2
- [2025-04-14] [publish](https://github.com/RubricLab/cli/commit/57579caea726ee9f77585a743f97648799f4fd04)
3
- [2025-04-07] [first pass](https://github.com/RubricLab/cli/commit/392698be5e5b6fd3706876e8d91340d7e1d2951f)
4
# Changelog
package.json
@@ -8,8 +8,8 @@
8
"lint:fix": "bun x biome lint . --write --unsafe"
9
},
10
"name": "@rubriclab/cli",
11
- "version": "0.0.2",
12
- "main": "index.ts",
+ "version": "0.0.3",
+ "main": "lib/index.ts",
13
"dependencies": {
14
"@rubriclab/package": "*",
15
"@rubriclab/config": "*"
0 commit comments