From 271feadacc2cce261ad8a29954f81d304529edf3 Mon Sep 17 00:00:00 2001 From: Thomas Nicollet Date: Tue, 6 Oct 2020 07:37:24 +0200 Subject: [PATCH] :sparkles: Updated package.json due to error in repository naming --- package.json | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/package.json b/package.json index 7a19119..2ae1184 100644 --- a/package.json +++ b/package.json @@ -3,7 +3,7 @@ "publishConfig": { "registry": "https://npm.pkg.github.com/" }, - "version": "1.2.4", + "version": "1.2.5", "description": "Pulumi component to easily deploy React Apps", "scripts": { "build": "tsc", @@ -14,7 +14,7 @@ "types": "dist/index.d.ts", "repository": { "type": "git", - "url": "git+https://github.com/NebulisIO/pulumi-react-app.git" + "url": "git+https://github.com/nebulis-io/pulumi-react-app.git" }, "keywords": [ "pulumi", @@ -25,9 +25,9 @@ "author": "thomas.nicollet@nebulis.io", "license": "GPLv3", "bugs": { - "url": "https://github.com/NebulisIO/pulumi-react-app/issues" + "url": "https://github.com/nebulis-io/pulumi-react-app/issues" }, - "homepage": "https://github.com/NebulisIO/pulumi-react-app#readme", + "homepage": "https://github.com/nebulis-io/pulumi-react-app#readme", "devDependencies": { "@pulumi/aws": "^1.31.0", "@pulumi/pulumi": "^1.14.1",