Fix package.json repository URLs (#9176)
This commit is contained in:
parent
731182eee4
commit
b9340bc597
@ -4,7 +4,7 @@
|
|||||||
"author": "The Babel Team (https://babeljs.io/team)",
|
"author": "The Babel Team (https://babeljs.io/team)",
|
||||||
"license": "MIT",
|
"license": "MIT",
|
||||||
"description": "Compile class public and private fields, private methods and decorators to ES6",
|
"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",
|
"main": "lib/index.js",
|
||||||
"publishConfig": {
|
"publishConfig": {
|
||||||
"access": "public"
|
"access": "public"
|
||||||
|
|||||||
@ -2,7 +2,7 @@
|
|||||||
"name": "@babel/plugin-proposal-nullish-coalescing-operator",
|
"name": "@babel/plugin-proposal-nullish-coalescing-operator",
|
||||||
"version": "7.2.0",
|
"version": "7.2.0",
|
||||||
"description": "Remove nullish coalescing operator",
|
"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",
|
"license": "MIT",
|
||||||
"publishConfig": {
|
"publishConfig": {
|
||||||
"access": "public"
|
"access": "public"
|
||||||
|
|||||||
@ -2,7 +2,7 @@
|
|||||||
"name": "@babel/plugin-syntax-bigint",
|
"name": "@babel/plugin-syntax-bigint",
|
||||||
"version": "7.2.0",
|
"version": "7.2.0",
|
||||||
"description": "Allow parsing of BigInt literals",
|
"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",
|
"license": "MIT",
|
||||||
"publishConfig": {
|
"publishConfig": {
|
||||||
"access": "public"
|
"access": "public"
|
||||||
|
|||||||
@ -18,10 +18,7 @@
|
|||||||
"regular expressions",
|
"regular expressions",
|
||||||
"dotall"
|
"dotall"
|
||||||
],
|
],
|
||||||
"repository": {
|
"repository": "https://github.com/babel/babel/tree/master/packages/babel-plugin-transform-dotall-regex",
|
||||||
"type": "git",
|
|
||||||
"url": "https://github.com/babel/babel/tree/master/packages/babel-plugin-transform-dotall-regex.git"
|
|
||||||
},
|
|
||||||
"bugs": "https://github.com/babel/babel/issues",
|
"bugs": "https://github.com/babel/babel/issues",
|
||||||
"dependencies": {
|
"dependencies": {
|
||||||
"@babel/helper-plugin-utils": "^7.0.0",
|
"@babel/helper-plugin-utils": "^7.0.0",
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user