Skip to content

Commit

Permalink
add repository.directory to packages/*/package.json
Browse files Browse the repository at this point in the history
  • Loading branch information
zloirock committed Feb 21, 2021
1 parent 647b55d commit 1120528
Show file tree
Hide file tree
Showing 5 changed files with 10 additions and 5 deletions.
3 changes: 2 additions & 1 deletion packages/core-js-builder/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,8 @@
"version": "3.9.0",
"repository": {
"type": "git",
"url": "https://github.com/zloirock/core-js.git"
"url": "https://github.com/zloirock/core-js.git",
"directory": "packages/core-js-builder"
},
"main": "index.js",
"dependencies": {
Expand Down
3 changes: 2 additions & 1 deletion packages/core-js-bundle/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,8 @@
"version": "3.9.0",
"repository": {
"type": "git",
"url": "https://github.com/zloirock/core-js.git"
"url": "https://github.com/zloirock/core-js.git",
"directory": "packages/core-js-bundle"
},
"main": "index.js",
"funding": {
Expand Down
3 changes: 2 additions & 1 deletion packages/core-js-compat/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,8 @@
"version": "3.9.0",
"repository": {
"type": "git",
"url": "https://github.com/zloirock/core-js.git"
"url": "https://github.com/zloirock/core-js.git",
"directory": "packages/core-js-compat"
},
"main": "index.js",
"dependencies": {
Expand Down
3 changes: 2 additions & 1 deletion packages/core-js-pure/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,8 @@
"version": "3.9.0",
"repository": {
"type": "git",
"url": "https://github.com/zloirock/core-js.git"
"url": "https://github.com/zloirock/core-js.git",
"directory": "packages/core-js-pure"
},
"main": "index.js",
"funding": {
Expand Down
3 changes: 2 additions & 1 deletion packages/core-js/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,8 @@
"version": "3.9.0",
"repository": {
"type": "git",
"url": "https://github.com/zloirock/core-js.git"
"url": "https://github.com/zloirock/core-js.git",
"directory": "packages/core-js"
},
"main": "index.js",
"funding": {
Expand Down

0 comments on commit 1120528

Please sign in to comment.