Skip to content

Commit

Permalink
fix: Use the recommended property to specify repository URL (#10665) …
Browse files Browse the repository at this point in the history
…[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
  • Loading branch information
maksimr authored and JLHwung committed Nov 6, 2019
1 parent 2cd5ad0 commit 3ab035b
Showing 1 changed file with 1 addition and 1 deletion.
Expand Up @@ -6,7 +6,7 @@
"description": "Compile ESNext Regular Expressions to ES5",
"repository": {
"type": "git",
"repository": "https://github.com/babel/babel",
"url": "https://github.com/babel/babel",
"directory": "packages/babel-helper-create-regexp-features-plugin"
},
"main": "lib/index.js",
Expand Down

0 comments on commit 3ab035b

Please sign in to comment.