create-universal-dapp 1.0.0 → 1.0.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/README.md +1 -1
  2. package/package.json +13 -11
package/README.md CHANGED
@@ -128,7 +128,7 @@ VITE_PUSHCHAIN_NETWORK=testnet
128
128
  To work on this CLI tool:
129
129
 
130
130
  ```bash
131
- git clone https://github.com/pushchainxyz/create-universal-dapp
131
+ git clone https://github.com/pushchain/create-universal-dapp
132
132
  cd create-universal-dapp
133
133
  npm install
134
134
  npm run build
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "create-universal-dapp",
3
- "version": "1.0.0",
3
+ "version": "1.0.1",
4
4
  "description": "CLI tool to scaffold Push Chain universal applications with Next.js or Vite",
5
5
  "type": "module",
6
6
  "main": "dist/index.js",
@@ -23,26 +23,28 @@
23
23
  "access": "public"
24
24
  },
25
25
  "keywords": [
26
- "push-chain",
27
- "cli",
28
- "scaffold",
29
- "nextjs",
30
- "vite",
31
- "react",
26
+ "push-chain",
27
+ "cli",
28
+ "scaffold",
29
+ "nextjs",
30
+ "vite",
31
+ "react",
32
32
  "universal-app",
33
33
  "blockchain",
34
34
  "web3",
35
35
  "universal-wallet"
36
36
  ],
37
- "author": "Abhishek Singh (abhishek-01k)",
37
+ "authors": [
38
+ "https://github.com/riyanshu-patro"
39
+ ],
38
40
  "license": "MIT",
39
41
  "repository": {
40
42
  "type": "git",
41
- "url": "https://github.com/pushchainxyz/create-universal-dapp.git"
43
+ "url": "https://github.com/pushchain/create-universal-dapp.git"
42
44
  },
43
- "homepage": "https://github.com/pushchainxyz/create-universal-dapp#readme",
45
+ "homepage": "https://github.com/pushchain/create-universal-dapp#readme",
44
46
  "bugs": {
45
- "url": "https://github.com/pushchainxyz/create-universal-dapp/issues"
47
+ "url": "https://github.com/pushchain/create-universal-dapp/issues"
46
48
  },
47
49
  "engines": {
48
50
  "node": ">=16.0.0",