@reviewlico/cli 0.1.0 → 0.1.1

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 -9
package/dist/index.js CHANGED
@@ -389,7 +389,7 @@ ${pc4.bold("Available components:")}
389
389
 
390
390
  // src/index.ts
391
391
  var program = new Command();
392
- program.name("reviewlico").description("Add reviewlico components to your project").version("0.1.0");
392
+ program.name("reviewlico").description("Add reviewlico components to your project").version("0.1.1");
393
393
  program.command("init").description("Configure reviewlico for this project").action(async () => {
394
394
  await runInit(process.cwd());
395
395
  });
package/package.json CHANGED
@@ -1,17 +1,9 @@
1
1
  {
2
2
  "name": "@reviewlico/cli",
3
- "version": "0.1.0",
3
+ "version": "0.1.1",
4
4
  "description": "Add reviewlico components to your project",
5
5
  "license": "MIT",
6
6
  "homepage": "https://reviewlico.vercel.app",
7
- "repository": {
8
- "type": "git",
9
- "url": "git+https://github.com/vladopecaros/review-app-turbo.git",
10
- "directory": "packages/cli"
11
- },
12
- "bugs": {
13
- "url": "https://github.com/vladopecaros/review-app-turbo/issues"
14
- },
15
7
  "type": "module",
16
8
  "keywords": [
17
9
  "reviewlico",