From acf4130bf4599a9b9e87b9e1cd1bc306119d8b69 Mon Sep 17 00:00:00 2001 From: Armand Philippot Date: Wed, 2 Feb 2022 16:26:37 +0100 Subject: build: rename repo and submodule apcom will be shorter to type than the full domain name. --- package.json | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) (limited to 'package.json') diff --git a/package.json b/package.json index 55fb34a..dbc60ac 100644 --- a/package.json +++ b/package.json @@ -1,5 +1,5 @@ { - "name": "armandphilippot.com", + "name": "apcom", "description": "The frontend of ArmandPhilippot.com built with Next JS.", "version": "0.1.0", "license": "MIT", @@ -8,13 +8,13 @@ "email": "contact@armandphilippot.com", "url": "https://www.armandphilippot.com/" }, - "homepage": "https://github.com/ArmandPhilippot/armandphilippot.com#readme", + "homepage": "https://github.com/ArmandPhilippot/apcom#readme", "repository": { "type": "git", - "url": "git+ssh://git@github.com:ArmandPhilippot/armandphilippot.com.git" + "url": "git+ssh://git@github.com:ArmandPhilippot/apcom.git" }, "bugs": { - "url": "https://github.com/ArmandPhilippot/armandphilippot.com/issues" + "url": "https://github.com/ArmandPhilippot/apcom/issues" }, "private": true, "scripts": { -- cgit v1.2.3