Fix package.json repository URLs (#9176)

This commit is contained in:
Patrick Eriksson 2018-12-13 21:15:40 +01:00 committed by Nicolò Ribaudo
parent 731182eee4
commit b9340bc597
4 changed files with 4 additions and 7 deletions

View File

@ -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"

View File

@ -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"

View File

@ -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"

View File

@ -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",