diff --git a/.npmrc b/.npmrc index f08a671..6f42e31 100644 --- a/.npmrc +++ b/.npmrc @@ -1 +1 @@ -@ToyotaResearchInstitute:registry=https://npm.pkg.github.com \ No newline at end of file +@toyotaresearchinstitute:registry=https://npm.pkg.github.com \ No newline at end of file diff --git a/package.json b/package.json index 91865b7..81fe832 100644 --- a/package.json +++ b/package.json @@ -1,13 +1,13 @@ { - "name": "@ToyotaResearchInstitute/rse-react-library", - "version": "0.0.8", + "name": "@toyotaresearchinstitute/rse-react-library", + "version": "0.0.9", "description": "A template for creating React component libraries with Vite, Tailwind, and Storybook.", "author": "TRI", "license": "MIT", "type": "module", "repository": "https://github.com/ToyotaResearchInstitute/rse-react-library", "publishConfig": { - "@ToyotaResearchInstitute:registry": "https://npm.pkg.github.com" + "@toyotaresearchinstitute:registry": "https://npm.pkg.github.com" }, "files": [ "dist"