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:
Saulo Santiago
2020-05-27 11:32:25 -03:00
committed by GitHub
parent 58df7786ee
commit 242d9e0b20
147 changed files with 728 additions and 147 deletions

View File

@@ -2,7 +2,11 @@
"name": "@babel/plugin-transform-react-pure-annotations",
"version": "7.10.0",
"description": "Mark top-level React method calls as pure for tree shaking",
"repository": "https://github.com/babel/babel/tree/master/packages/babel-plugin-transform-react-pure",
"repository": {
"type" : "git",
"url" : "https://github.com/babel/babel.git",
"directory": "packages/babel-plugin-transform-react-pure-annotations"
},
"license": "MIT",
"publishConfig": {
"access": "public"