Use repository.directory field in package.json files (#11625)
Co-authored-by: Nicolas Stepien <567105+nstepien@users.noreply.github.com> Co-authored-by: Nicolò Ribaudo <nicolo.ribaudo@gmail.com>
This commit is contained in:
@@ -6,7 +6,11 @@
|
||||
"publishConfig": {
|
||||
"access": "public"
|
||||
},
|
||||
"repository": "https://github.com/babel/babel/tree/master/packages/babel-runtime-corejs2",
|
||||
"repository": {
|
||||
"type" : "git",
|
||||
"url" : "https://github.com/babel/babel.git",
|
||||
"directory": "packages/babel-runtime-corejs2"
|
||||
},
|
||||
"author": "Sebastian McKenzie <sebmck@gmail.com>",
|
||||
"dependencies": {
|
||||
"core-js": "^2.6.5",
|
||||
|
||||
Reference in New Issue
Block a user