From 69e009b779e75fdd094b6095fa5003dcf8acb4a8 Mon Sep 17 00:00:00 2001 From: Manon Lavenier Date: Wed, 8 Sep 2021 11:02:10 +0200 Subject: [PATCH] Modification on the url in the json file --- package.json | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/package.json b/package.json index 833f4fd..2699d6b 100644 --- a/package.json +++ b/package.json @@ -1,5 +1,5 @@ { - "name": "ecommerce-frontend-framework", + "name": "bricks-framework", "version": "1.0.0", "description": "Frontend framework to build awesome interfaces for your next e-commerce project", @@ -8,14 +8,14 @@ }, "repository": { "type": "git", - "url": "git+https://github.com/manonlvnr/bricks-framework.git" + "url": "git+https://github.com/monsieurbiz/bricks-framework.git" }, "author": "Monsieur Biz ", "license": "MIT", "bugs": { - "url": "https://github.com/manonlvnr/bricks-framework/issues" + "url": "https://github.com/monsieurbiz/bricks-framework/issues" }, - "homepage": "https://github.com/manonlvnr/bricks-framework#readme", + "homepage": "https://github.com/monsieurbiz/bricks-framework#readme", "devDependencies": { "prettier": "2.3.2", "stylelint": "^13.13.1",