diff --git a/package.json b/package.json index 7718b58..01b2c8c 100644 --- a/package.json +++ b/package.json @@ -1,5 +1,5 @@ { - "name": "@powerchord/forte-api", + "name": "@powerchordlabs/forte-api", "verson": "0.0.0-semantically-released", "description": "A fluent wrapper for the Powerchord Forte REST API", "main": "./lib", @@ -11,7 +11,7 @@ }, "repository": { "type": "git", - "url": "https://github.com/powerchordinc/forte-api.git" + "url": "https://github.com/powerchordlabs/forte-api.git" }, "keywords": [ "forte", @@ -20,9 +20,9 @@ "author": "PowerChord, Inc", "license": "ISC", "bugs": { - "url": "https://github.com/powerchordinc/forte-api/issues" + "url": "https://github.com/powerchordlabs/forte-api/issues" }, - "homepage": "https://github.com/powerchordinc/forte-api#readme", + "homepage": "https://github.com/powerchordlabs/forte-api#readme", "devDependencies": { "babel-cli": "^6.4.0", "babel-preset-es2015": "^6.3.13",