From 29f8f39afe2ed53900dd0c12e7ee92a3bb715771 Mon Sep 17 00:00:00 2001 From: Amr Saber Date: Fri, 3 Apr 2020 18:57:34 +0200 Subject: [PATCH] Update repo url --- package.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/package.json b/package.json index ef9638c..8be3a61 100644 --- a/package.json +++ b/package.json @@ -4,7 +4,7 @@ "description": "CLI tool that generates and outputs random string of choice", "main": "src/cli.js", "author": "Amr Saber", - "repository": "https://github.com/AmrSaber/rand-string", + "repository": "https://github.com/AmrSaber/random-cli", "license": "MIT", "publishConfig": { "access": "public"