Skip to content

Commit 3ab035b

Browse files
maksimrJLHwung
authored andcommitted
fix: Use the recommended property to specify repository URL (#10665) [ci-skip]
Use recommended by npm property to specify repository URL https://docs.npmjs.com/files/package.json#repository Otherwise, it breaks some tools which relay on this convention for example "nlf" package https://github.com/iandotkelly/nlf/blob/master/lib/nlf.js#L284-L285
1 parent 2cd5ad0 commit 3ab035b

File tree

1 file changed

+1
-1
lines changed
  • packages/babel-helper-create-regexp-features-plugin

1 file changed

+1
-1
lines changed

packages/babel-helper-create-regexp-features-plugin/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@
66
"description": "Compile ESNext Regular Expressions to ES5",
77
"repository": {
88
"type": "git",
9-
"repository": "https://github.com/babel/babel",
9+
"url": "https://github.com/babel/babel",
1010
"directory": "packages/babel-helper-create-regexp-features-plugin"
1111
},
1212
"main": "lib/index.js",

0 commit comments

Comments
 (0)