From b9340bc5974528630ec6b94a6d7186699040096b Mon Sep 17 00:00:00 2001 From: Patrick Eriksson Date: Thu, 13 Dec 2018 21:15:40 +0100 Subject: [PATCH] Fix package.json repository URLs (#9176) --- .../babel-helper-create-class-features-plugin/package.json | 2 +- .../package.json | 2 +- packages/babel-plugin-syntax-bigint/package.json | 2 +- packages/babel-plugin-transform-dotall-regex/package.json | 5 +---- 4 files changed, 4 insertions(+), 7 deletions(-) diff --git a/packages/babel-helper-create-class-features-plugin/package.json b/packages/babel-helper-create-class-features-plugin/package.json index 3b7a4fd4a1..a34018df6c 100644 --- a/packages/babel-helper-create-class-features-plugin/package.json +++ b/packages/babel-helper-create-class-features-plugin/package.json @@ -4,7 +4,7 @@ "author": "The Babel Team (https://babeljs.io/team)", "license": "MIT", "description": "Compile class public and private fields, private methods and decorators to ES6", - "repository": "https://github.com/babel/babel/tree/master/packages/babel-plugin-class-features", + "repository": "https://github.com/babel/babel/tree/master/packages/babel-helper-create-class-features-plugin", "main": "lib/index.js", "publishConfig": { "access": "public" diff --git a/packages/babel-plugin-proposal-nullish-coalescing-operator/package.json b/packages/babel-plugin-proposal-nullish-coalescing-operator/package.json index ff7832acae..65b989f6de 100644 --- a/packages/babel-plugin-proposal-nullish-coalescing-operator/package.json +++ b/packages/babel-plugin-proposal-nullish-coalescing-operator/package.json @@ -2,7 +2,7 @@ "name": "@babel/plugin-proposal-nullish-coalescing-operator", "version": "7.2.0", "description": "Remove nullish coalescing operator", - "repository": "https://github.com/babel/babel/tree/master/packages/babel-plugin-transform-nullish-coalescing-opearator", + "repository": "https://github.com/babel/babel/tree/master/packages/babel-plugin-proposal-nullish-coalescing-operator", "license": "MIT", "publishConfig": { "access": "public" diff --git a/packages/babel-plugin-syntax-bigint/package.json b/packages/babel-plugin-syntax-bigint/package.json index 5d65fd2069..6da1ce1bdf 100644 --- a/packages/babel-plugin-syntax-bigint/package.json +++ b/packages/babel-plugin-syntax-bigint/package.json @@ -2,7 +2,7 @@ "name": "@babel/plugin-syntax-bigint", "version": "7.2.0", "description": "Allow parsing of BigInt literals", - "repository": "https://github.com/babel/babel/tree/master/packages/babel-plugin-bigint", + "repository": "https://github.com/babel/babel/tree/master/packages/babel-plugin-syntax-bigint", "license": "MIT", "publishConfig": { "access": "public" diff --git a/packages/babel-plugin-transform-dotall-regex/package.json b/packages/babel-plugin-transform-dotall-regex/package.json index 4319da69e4..a101710648 100644 --- a/packages/babel-plugin-transform-dotall-regex/package.json +++ b/packages/babel-plugin-transform-dotall-regex/package.json @@ -18,10 +18,7 @@ "regular expressions", "dotall" ], - "repository": { - "type": "git", - "url": "https://github.com/babel/babel/tree/master/packages/babel-plugin-transform-dotall-regex.git" - }, + "repository": "https://github.com/babel/babel/tree/master/packages/babel-plugin-transform-dotall-regex", "bugs": "https://github.com/babel/babel/issues", "dependencies": { "@babel/helper-plugin-utils": "^7.0.0",