From 787429df265d3bbe2fffc4f6fb8e1685de77ae5e Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Carlos=20S=C3=A1nchez?= Date: Thu, 12 Oct 2023 08:48:50 +0200 Subject: [PATCH] Package.json repo url + README link to CLI branch (#566) --- README.md | 2 +- package.json | 4 ++++ 2 files changed, 5 insertions(+), 1 deletion(-) diff --git a/README.md b/README.md index 3e4ee3875..48c65c277 100644 --- a/README.md +++ b/README.md @@ -1,4 +1,4 @@ -> ⚠️ This branch is under active development. +> ⚠️ The [CLI branch](https://github.com/scaffold-eth/scaffold-eth-2/tree/cli) is under active development. > If you find any bug, please report as [issue](https://github.com/scaffold-eth/scaffold-eth-2/issues) or send a message in [🏗 scaffold-eth developers chat](https://t.me/joinchat/F7nCRK3kI93PoCOk) # 🏗 Scaffold-ETH 2 diff --git a/package.json b/package.json index 9ec9a6883..fe8da8a67 100644 --- a/package.json +++ b/package.json @@ -2,6 +2,10 @@ "name": "create-eth", "version": "0.0.21", "description": "Create a Scaffold-ETH-2 app", + "repository": { + "type": "git", + "url": "https://github.com/scaffold-eth/scaffold-eth-2.git" + }, "main": "dist/cli.js", "type": "module", "bin": "bin/create-dapp-se2.js",