Skip to content

Commit

Permalink
Merge pull request #1 from jamespierce-rg/patch-1
Browse files Browse the repository at this point in the history
Update package.json to `@realgeeks/radium`
  • Loading branch information
jamespierce-rg authored Nov 30, 2023
2 parents e0a6ce0 + c70f484 commit 8a69d8a
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 5 deletions.
2 changes: 1 addition & 1 deletion .npmrc
Original file line number Diff line number Diff line change
@@ -1,2 +1,2 @@
@jamespierce-rg:registry=https://npm.pkg.github.com
@realgeeks:registry=https://npm.pkg.github.com
//npm.pkg.github.com/:_authToken=${GH_PACKAGES_TOKEN}
8 changes: 4 additions & 4 deletions package.json
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
{
"name": "@jamespierce-rg/radium",
"name": "@realgeeks/radium",
"version": "0.26.3",
"description": "A set of tools to manage inline styles on React elements",
"main": "index.js",
Expand All @@ -8,10 +8,10 @@
"sideEffects": false,
"repository": {
"type": "git",
"url": "https://github.com/jamespierce-rg/radium.git"
"url": "https://github.com/realgeeks/radium.git"
},
"homepage": "https://github.com/jamespierce-rg/radium",
"bugs": "https://github.com/jamespierce-rg/radium/issues",
"homepage": "https://github.com/realgeeks/radium",
"bugs": "https://github.com/realgeeks/radium/issues",
"directories": {
"example": "examples"
},
Expand Down

0 comments on commit 8a69d8a

Please sign in to comment.