diff --git a/packages/babel-plugin-named-asset-import/package.json b/packages/babel-plugin-named-asset-import/package.json index 44449f2eeb6..cfb8b910326 100644 --- a/packages/babel-plugin-named-asset-import/package.json +++ b/packages/babel-plugin-named-asset-import/package.json @@ -2,7 +2,11 @@ "name": "babel-plugin-named-asset-import", "version": "0.3.1", "description": "Babel plugin for named asset imports in Create React App", - "repository": "facebookincubator/create-react-app", + "repository": { + "type" : "git", + "url" : "https://github.com/facebook/create-react-app.git", + "directory": "packages/babel-plugin-named-asset-import" + }, "license": "MIT", "bugs": { "url": "https://github.com/facebookincubator/create-react-app/issues" diff --git a/packages/babel-preset-react-app/package.json b/packages/babel-preset-react-app/package.json index d1bcefdd872..c8b1ed046f5 100644 --- a/packages/babel-preset-react-app/package.json +++ b/packages/babel-preset-react-app/package.json @@ -2,7 +2,11 @@ "name": "babel-preset-react-app", "version": "7.0.2", "description": "Babel preset used by Create React App", - "repository": "facebook/create-react-app", + "repository": { + "type" : "git", + "url" : "https://github.com/facebook/create-react-app.git", + "directory": "packages/babel-preset-react-app" + }, "license": "MIT", "bugs": { "url": "https://github.com/facebook/create-react-app/issues" diff --git a/packages/confusing-browser-globals/package.json b/packages/confusing-browser-globals/package.json index cb803f3fb44..c2f2beaf990 100644 --- a/packages/confusing-browser-globals/package.json +++ b/packages/confusing-browser-globals/package.json @@ -7,7 +7,11 @@ "scripts": { "test": "jest" }, - "repository": "facebook/create-react-app", + "repository": { + "type" : "git", + "url" : "https://github.com/facebook/create-react-app.git", + "directory": "packages/confusing-browser-globals" + }, "keywords": [ "eslint", "globals" diff --git a/packages/create-react-app/package.json b/packages/create-react-app/package.json index be4f29c6933..f2d31381f7c 100644 --- a/packages/create-react-app/package.json +++ b/packages/create-react-app/package.json @@ -5,7 +5,11 @@ "react" ], "description": "Create React apps with no build configuration.", - "repository": "facebook/create-react-app", + "repository": { + "type" : "git", + "url" : "https://github.com/facebook/create-react-app.git", + "directory": "packages/create-react-app" + }, "license": "MIT", "engines": { "node": ">=4" diff --git a/packages/eslint-config-react-app/package.json b/packages/eslint-config-react-app/package.json index dbfa2bf4c96..7769ad81416 100644 --- a/packages/eslint-config-react-app/package.json +++ b/packages/eslint-config-react-app/package.json @@ -2,7 +2,11 @@ "name": "eslint-config-react-app", "version": "3.0.8", "description": "ESLint configuration used by Create React App", - "repository": "facebook/create-react-app", + "repository": { + "type" : "git", + "url" : "https://github.com/facebook/create-react-app.git", + "directory": "packages/eslint-config-react-app" + }, "license": "MIT", "bugs": { "url": "https://github.com/facebook/create-react-app/issues" diff --git a/packages/react-app-polyfill/package.json b/packages/react-app-polyfill/package.json index 079d91250ce..0c0f727017b 100644 --- a/packages/react-app-polyfill/package.json +++ b/packages/react-app-polyfill/package.json @@ -2,7 +2,11 @@ "name": "react-app-polyfill", "version": "0.2.2", "description": "Polyfills for various browsers including commonly used language features", - "repository": "facebook/create-react-app", + "repository": { + "type" : "git", + "url" : "https://github.com/facebook/create-react-app.git", + "directory": "packages/react-app-polyfill" + }, "license": "MIT", "bugs": { "url": "https://github.com/facebook/create-react-app/issues" diff --git a/packages/react-dev-utils/package.json b/packages/react-dev-utils/package.json index 281b2492c6c..1ac316adadd 100644 --- a/packages/react-dev-utils/package.json +++ b/packages/react-dev-utils/package.json @@ -2,7 +2,11 @@ "name": "react-dev-utils", "version": "8.0.0", "description": "Webpack utilities used by Create React App", - "repository": "facebook/create-react-app", + "repository": { + "type" : "git", + "url" : "https://github.com/facebook/create-react-app.git", + "directory": "packages/react-dev-utils" + }, "license": "MIT", "bugs": { "url": "https://github.com/facebook/create-react-app/issues" diff --git a/packages/react-error-overlay/package.json b/packages/react-error-overlay/package.json index 7c890301ae9..afabb1d7c9d 100644 --- a/packages/react-error-overlay/package.json +++ b/packages/react-error-overlay/package.json @@ -10,7 +10,11 @@ "build": "cross-env NODE_ENV=development node build.js", "build:prod": "cross-env NODE_ENV=production node build.js" }, - "repository": "facebook/create-react-app", + "repository": { + "type" : "git", + "url" : "https://github.com/facebook/create-react-app.git", + "directory": "packages/react-error-overlay" + }, "license": "MIT", "bugs": { "url": "https://github.com/facebook/create-react-app/issues" diff --git a/packages/react-scripts/package.json b/packages/react-scripts/package.json index 257f2f7ea20..87a3411defd 100644 --- a/packages/react-scripts/package.json +++ b/packages/react-scripts/package.json @@ -2,7 +2,11 @@ "name": "react-scripts", "version": "2.1.8", "description": "Configuration and scripts for Create React App.", - "repository": "facebook/create-react-app", + "repository": { + "type" : "git", + "url" : "https://github.com/facebook/create-react-app.git", + "directory": "packages/react-scripts" + }, "license": "MIT", "engines": { "node": ">=8.10"