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:
@@ -2,7 +2,11 @@
|
||||
"name": "@babel/plugin-proposal-json-strings",
|
||||
"version": "7.10.0",
|
||||
"description": "Escape U+2028 LINE SEPARATOR and U+2029 PARAGRAPH SEPARATOR in JS strings",
|
||||
"repository": "https://github.com/babel/babel/tree/master/packages/babel-plugin-proposal-json-strings",
|
||||
"repository": {
|
||||
"type" : "git",
|
||||
"url" : "https://github.com/babel/babel.git",
|
||||
"directory": "packages/babel-plugin-proposal-json-strings"
|
||||
},
|
||||
"license": "MIT",
|
||||
"publishConfig": {
|
||||
"access": "public"
|
||||
|
||||
Reference in New Issue
Block a user