diff --git a/.npmrc b/.npmrc index 72c1e3dc..cce274d2 100644 --- a/.npmrc +++ b/.npmrc @@ -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} diff --git a/package.json b/package.json index 011bdfb9..0a2f9bcd 100644 --- a/package.json +++ b/package.json @@ -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", @@ -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" },