@reviewlico/cli 0.1.0 → 0.1.2
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.
- package/README.md +2 -2
- package/dist/index.js +1 -1
- package/package.json +2 -10
package/README.md
CHANGED
|
@@ -2,7 +2,7 @@
|
|
|
2
2
|
|
|
3
3
|
Add Reviewlico review components directly into your app as editable source files.
|
|
4
4
|
|
|
5
|
-
Reviewlico website and dashboard: [https://reviewlico.
|
|
5
|
+
Reviewlico website and dashboard: [https://reviewlico.online](https://reviewlico.online)
|
|
6
6
|
|
|
7
7
|
## Quick Start
|
|
8
8
|
|
|
@@ -85,4 +85,4 @@ The API key is a client-side embed key, so it will be visible in the browser bun
|
|
|
85
85
|
|
|
86
86
|
Manage your Reviewlico setup in the dashboard:
|
|
87
87
|
|
|
88
|
-
- Website and dashboard: [https://reviewlico.
|
|
88
|
+
- Website and dashboard: [https://reviewlico.online](https://reviewlico.online)
|
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.
|
|
392
|
+
program.name("reviewlico").description("Add reviewlico components to your project").version("0.1.2");
|
|
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.
|
|
3
|
+
"version": "0.1.2",
|
|
4
4
|
"description": "Add reviewlico components to your project",
|
|
5
5
|
"license": "MIT",
|
|
6
|
-
"homepage": "https://reviewlico.
|
|
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
|
-
},
|
|
6
|
+
"homepage": "https://reviewlico.online",
|
|
15
7
|
"type": "module",
|
|
16
8
|
"keywords": [
|
|
17
9
|
"reviewlico",
|