@metacells/mcellui-cli 0.1.2 → 0.1.3
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/dist/index.js +1 -1
- package/package.json +3 -3
package/dist/index.js
CHANGED
|
@@ -484,7 +484,7 @@ import path3 from "path";
|
|
|
484
484
|
import { fileURLToPath as fileURLToPath2 } from "url";
|
|
485
485
|
var __filename3 = fileURLToPath2(import.meta.url);
|
|
486
486
|
var __dirname2 = path3.dirname(__filename3);
|
|
487
|
-
var DEFAULT_REGISTRY_URL = "https://raw.githubusercontent.com/metacells/mcellui/main/packages/registry";
|
|
487
|
+
var DEFAULT_REGISTRY_URL = "https://raw.githubusercontent.com/metacells-development/mcellui/main/packages/registry";
|
|
488
488
|
var REGISTRY_URL = process.env.MCELLUI_REGISTRY_URL || process.env.NATIVEUI_REGISTRY_URL || DEFAULT_REGISTRY_URL;
|
|
489
489
|
function getLocalRegistryPath() {
|
|
490
490
|
return path3.resolve(__dirname2, "..", "..", "registry");
|
package/package.json
CHANGED
|
@@ -1,17 +1,17 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@metacells/mcellui-cli",
|
|
3
|
-
"version": "0.1.
|
|
3
|
+
"version": "0.1.3",
|
|
4
4
|
"description": "CLI for mcellui - add beautiful, accessible UI components to your Expo/React Native project",
|
|
5
5
|
"author": "metacells",
|
|
6
6
|
"license": "MIT",
|
|
7
7
|
"homepage": "https://mcellui.dev",
|
|
8
8
|
"repository": {
|
|
9
9
|
"type": "git",
|
|
10
|
-
"url": "git+https://github.com/metacells/mcellui.git",
|
|
10
|
+
"url": "git+https://github.com/metacells-development/mcellui.git",
|
|
11
11
|
"directory": "packages/cli"
|
|
12
12
|
},
|
|
13
13
|
"bugs": {
|
|
14
|
-
"url": "https://github.com/metacells/mcellui/issues"
|
|
14
|
+
"url": "https://github.com/metacells-development/mcellui/issues"
|
|
15
15
|
},
|
|
16
16
|
"keywords": [
|
|
17
17
|
"react-native",
|