diff --git a/package.json b/package.json index 12b319b..ec977e1 100644 --- a/package.json +++ b/package.json @@ -25,14 +25,14 @@ "node": ">=12.x" }, "license": "Apache-2.0", - "author": "James Dow", + "author": "IBM", "repository": { "type": "git", "url": "https://github.com/carbon-design-system/devtools" }, "bugs": { "url": "https://github.com/carbon-design-system/devtools/issues/new", - "email": "james.dow@us.ibm.com" + "email": "carbon@us.ibm.com" }, "homepage": "https://github.com/carbon-design-system/devtools#readme", "workspaces": { diff --git a/packages/component-list/package.json b/packages/component-list/package.json index 103b347..9214850 100644 --- a/packages/component-list/package.json +++ b/packages/component-list/package.json @@ -1,6 +1,6 @@ { "name": "@carbon/devtools-component-list", - "version": "2.7.7", + "version": "2.7.8", "description": "Generates a list of components and their selectors across all of the Carbon libraries.", "main": "./dist/index.json", "scripts": { @@ -74,7 +74,7 @@ "Tools", "Development" ], - "author": "James Dow", + "author": "IBM", "license": "Apache-2.0", "repository": { "type": "git", @@ -82,7 +82,7 @@ }, "bugs": { "url": "https://github.com/carbon-design-system/devtools/issues/new", - "email": "james.dow@us.ibm.com" + "email": "carbon@us.ibm.com" }, "homepage": "https://github.com/carbon-design-system/devtools#readme" } diff --git a/packages/utilities/package.json b/packages/utilities/package.json index 97d6973..d82d80c 100644 --- a/packages/utilities/package.json +++ b/packages/utilities/package.json @@ -1,6 +1,6 @@ { "name": "@carbon/devtools-utilities", - "version": "2.7.7", + "version": "2.7.8", "description": "Common utilities and functions used across throughout Carbon Devtools.", "main": "index.js", "scripts": { @@ -21,14 +21,14 @@ "Functions" ], "license": "Apache-2.0", - "author": "James Dow", + "author": "IBM", "repository": { "type": "git", "url": "https://github.com/carbon-design-system/devtools" }, "bugs": { "url": "https://github.com/carbon-design-system/devtools/issues/new", - "email": "james.dow@us.ibm.com" + "email": "carbon@us.ibm.com" }, "homepage": "https://github.com/carbon-design-system/devtools#readme", "dependencies": { diff --git a/packages/web-extension/package.json b/packages/web-extension/package.json index 32bc4e7..6770ac6 100644 --- a/packages/web-extension/package.json +++ b/packages/web-extension/package.json @@ -1,6 +1,6 @@ { - "name": "carbon-devtools", - "version": "2.7.7", + "name": "carbon-devtools-(v10)", + "version": "2.7.8", "private": true, "description": "A basic set of tools for teams building live Carbon pages.", "main": "dist/manifest.json", @@ -91,7 +91,7 @@ "Tools", "Development" ], - "author": "James Dow", + "author": "IBM", "license": "Apache-2.0", "repository": { "type": "git", @@ -99,7 +99,7 @@ }, "bugs": { "url": "https://github.com/carbon-design-system/devtools/issues/new", - "email": "james.dow@us.ibm.com" + "email": "carbon@us.ibm.com" }, "homepage": "https://github.com/carbon-design-system/devtools#readme", "eslintConfig": {