@the-grove/cli 0.1.13 → 0.1.15

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
Files changed (2) hide show
  1. package/dist/index.js +1 -1
  2. package/package.json +1 -1
package/dist/index.js CHANGED
@@ -259,7 +259,7 @@ async function contribute(filePaths) {
259
259
  function mapLocalPathToTemplate(localPath) {
260
260
  const normalized = localPath.replace(/^\.\//, "").replace(/components\/ui\//, "components/").replace(/components\//, "");
261
261
  const name = path.basename(normalized, path.extname(normalized));
262
- return `packages/components/src/core/${name}/index.tsx`;
262
+ return `packages/registry/registry/the-grove/${name}/${name}.tsx`;
263
263
  }
264
264
  async function promptForToken() {
265
265
  const { token } = await prompts2({
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@the-grove/cli",
3
- "version": "0.1.13",
3
+ "version": "0.1.15",
4
4
  "type": "module",
5
5
  "description": "CLI for the-grove component library",
6
6
  "bin": {