From 1ab3049fea4c874637c663d059318e77c0c73cf3 Mon Sep 17 00:00:00 2001 From: Adam Butterworth Date: Tue, 17 Sep 2019 17:33:41 -0400 Subject: [PATCH] fix package json --- package.json | 10 +++++----- 1 file changed, 5 insertions(+), 5 deletions(-) diff --git a/package.json b/package.json index 1122cad..6e365e0 100644 --- a/package.json +++ b/package.json @@ -1,7 +1,7 @@ { - "name": "@edx/frontend-component-header-edx", + "name": "@edx/frontend-component-header", "version": "1.0.0-semantically-released", - "description": "The standard header for edX", + "description": "The standard header for Open edX", "publishConfig": { "access": "public" }, @@ -20,14 +20,14 @@ ], "repository": { "type": "git", - "url": "git+https://github.com/edx/frontend-component-header-edx.git" + "url": "git+https://github.com/edx/frontend-component-header.git" }, "author": "edX", "license": "AGPL-3.0", "bugs": { - "url": "https://github.com/edx/frontend-component-header-edx/issues" + "url": "https://github.com/edx/frontend-component-header/issues" }, - "homepage": "https://github.com/edx/frontend-component-header-edx#readme", + "homepage": "https://github.com/edx/frontend-component-header#readme", "devDependencies": { "@babel/cli": "^7.6.0", "@babel/core": "^7.6.0",