Skip to content

Commit

Permalink
Fix package.json repository URLs (#9176)
Browse files Browse the repository at this point in the history
  • Loading branch information
paleite authored and nicolo-ribaudo committed Dec 13, 2018
1 parent 731182e commit b9340bc
Show file tree
Hide file tree
Showing 4 changed files with 4 additions and 7 deletions.
Expand Up @@ -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"
Expand Down
Expand Up @@ -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"
Expand Down
2 changes: 1 addition & 1 deletion packages/babel-plugin-syntax-bigint/package.json
Expand Up @@ -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"
Expand Down
5 changes: 1 addition & 4 deletions packages/babel-plugin-transform-dotall-regex/package.json
Expand Up @@ -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",
Expand Down

0 comments on commit b9340bc

Please sign in to comment.