@www.hyperlinks.space/program-kit 1.2.91881 → 1.2.181818

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 CHANGED
@@ -19,13 +19,13 @@ and deployed across popular platforms.
19
19
  ### npmjs (public)
20
20
 
21
21
  ```bash
22
- npx @www.hyperlinks.space/program-kit ./my-new-program
22
+ npx @www.hyperlinks.space/program-kit ./new-program
23
23
  ```
24
24
 
25
25
  ### GitHub Packages
26
26
 
27
27
  ```bash
28
- npx @hyperlinksspace/program-kit ./my-new-program
28
+ npx @hyperlinksspace/program-kit ./new-program
29
29
  ```
30
30
 
31
31
  If you install from GitHub Packages, configure `.npmrc` with the `@hyperlinksspace`
@@ -34,7 +34,7 @@ registry and token.
34
34
  ## After Scaffold
35
35
 
36
36
  ```bash
37
- cd my-new-program
37
+ cd new-program
38
38
  npm install
39
39
  npm run start
40
40
  ```
package/fullREADME.md CHANGED
@@ -11,7 +11,7 @@ This program is built upon [React Native](https://reactnative.dev/) by Meta and
11
11
  To give value for other developers we decided to launch an npm package that provides a ready starter for creating a multiplatform program in one command.
12
12
 
13
13
  ```bash
14
- npx @www.hyperlinks.space/program-kit ./your-project
14
+ npx @www.hyperlinks.space/program-kit ./new-program
15
15
  ```
16
16
 
17
17
  Link to the package: https://www.npmjs.com/package/@www.hyperlinks.space/program-kit
package/npmReadMe.md CHANGED
@@ -19,13 +19,13 @@ and deployed across popular platforms.
19
19
  ### npmjs (public)
20
20
 
21
21
  ```bash
22
- npx @www.hyperlinks.space/program-kit ./my-new-program
22
+ npx @www.hyperlinks.space/program-kit ./new-program
23
23
  ```
24
24
 
25
25
  ### GitHub Packages
26
26
 
27
27
  ```bash
28
- npx @hyperlinksspace/program-kit ./my-new-program
28
+ npx @hyperlinksspace/program-kit ./new-program
29
29
  ```
30
30
 
31
31
  If you install from GitHub Packages, configure `.npmrc` with the `@hyperlinksspace`
@@ -34,7 +34,7 @@ registry and token.
34
34
  ## After Scaffold
35
35
 
36
36
  ```bash
37
- cd my-new-program
37
+ cd new-program
38
38
  npm install
39
39
  npm run start
40
40
  ```
package/package.json CHANGED
@@ -40,7 +40,7 @@
40
40
  "url": "https://github.com/HyperlinksSpace/HyperlinksSpaceBot.git"
41
41
  },
42
42
  "main": "expo-router/entry",
43
- "version": "1.2.91881",
43
+ "version": "1.2.181818",
44
44
  "type": "module",
45
45
  "engines": {
46
46
  "node": ">=18 <=22"