Saulo Santiago 242d9e0b20
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>
2020-05-27 16:32:25 +02:00

23 lines
553 B
JSON

{
"name": "@babel/runtime-corejs2",
"version": "7.10.0",
"description": "babel's modular runtime helpers with core-js@2 polyfilling",
"license": "MIT",
"publishConfig": {
"access": "public"
},
"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",
"regenerator-runtime": "^0.13.4"
},
"devDependencies": {
"@babel/helpers": "^7.10.0"
}
}