Skip to content

Commit

Permalink
Fix uppercase problem package name
Browse files Browse the repository at this point in the history
  • Loading branch information
mike-puzon-tri committed Apr 2, 2024
1 parent a0c2eaf commit bdf0d83
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 4 deletions.
2 changes: 1 addition & 1 deletion .npmrc
Original file line number Diff line number Diff line change
@@ -1 +1 @@
@ToyotaResearchInstitute:registry=https://npm.pkg.github.com
@toyotaresearchinstitute:registry=https://npm.pkg.github.com
6 changes: 3 additions & 3 deletions package.json
Original file line number Diff line number Diff line change
@@ -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"
Expand Down

0 comments on commit bdf0d83

Please sign in to comment.