From 7cefa7eb3165b3eb1d9688d4153b9a0191a7e4da Mon Sep 17 00:00:00 2001 From: Feanil Patel Date: Tue, 24 Oct 2023 08:33:05 -0400 Subject: [PATCH] fix: Update to deploy to the openedx scope. Update the package.json and README.md to publish this package to the `openedx` npm scope. --- README.md | 7 ------- package.json | 2 +- 2 files changed, 1 insertion(+), 8 deletions(-) diff --git a/README.md b/README.md index 33d4e55ea4..647c1151ee 100644 --- a/README.md +++ b/README.md @@ -1,12 +1,5 @@ # Paragon -## Warning: Package Moved - -While the Paragon design system will continue to receive updates, these updates -will no longer be published at the @edx/paragon NPM package. Instead, the -latest versions can be found with -[@openedx/paragon](https://www.npmjs.com/package/@openedx/paragon) instead. - [![Build Status](https://github.com/openedx/paragon/actions/workflows/release.yml/badge.svg)](https://github.com/openedx/paragon/actions/workflows/release.yml) [![npm_version](https://img.shields.io/npm/v/@edx/paragon.svg)](@edx/paragon) ![status](https://img.shields.io/badge/status-Maintained-brightgreen) diff --git a/package.json b/package.json index a72e74374e..1afbc6ba1b 100644 --- a/package.json +++ b/package.json @@ -1,5 +1,5 @@ { - "name": "@edx/paragon", + "name": "@openedx/paragon", "version": "20.18.1", "description": "Accessible, responsive UI component library based on Bootstrap.", "main": "dist/index.js",