Skip to content

Commit

Permalink
Add git repository info to package.json files (#208)
Browse files Browse the repository at this point in the history
* Add git repository info to package.json

* changeset

* Update .changeset/mean-nails-hide.md

---------

Co-authored-by: Mateusz Burzyński <mateuszburzynski@gmail.com>
  • Loading branch information
benmccann and Andarist authored Jun 27, 2024
1 parent 79e6f85 commit 361a34f
Show file tree
Hide file tree
Showing 5 changed files with 28 additions and 0 deletions.
8 changes: 8 additions & 0 deletions .changeset/mean-nails-hide.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,8 @@
---
"@manypkg/gatsby-source-workspace": patch
"@manypkg/get-packages": patch
"@manypkg/find-root": patch
"@manypkg/tools": patch
---

Add git repository info to `package.json`
5 changes: 5 additions & 0 deletions packages/find-root/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,11 @@
{
"name": "@manypkg/find-root",
"version": "2.2.1",
"repository": {
"type": "git",
"url": "https://github.com/Thinkmill/manypkg.git",
"directory": "packages/find-root"
},
"license": "MIT",
"main": "dist/manypkg-find-root.cjs.js",
"module": "dist/manypkg-find-root.esm.js",
Expand Down
5 changes: 5 additions & 0 deletions packages/gatsby-source-workspace/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,11 @@
{
"name": "@manypkg/gatsby-source-workspace",
"version": "0.5.0",
"repository": {
"type": "git",
"url": "https://github.com/Thinkmill/manypkg.git",
"directory": "packages/gatsby-source-workspace"
},
"license": "MIT",
"files": [
"gatsby-node.js",
Expand Down
5 changes: 5 additions & 0 deletions packages/get-packages/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,11 @@
{
"name": "@manypkg/get-packages",
"version": "2.2.1",
"repository": {
"type": "git",
"url": "https://github.com/Thinkmill/manypkg.git",
"directory": "packages/get-packages"
},
"license": "MIT",
"main": "dist/manypkg-get-packages.cjs.js",
"dependencies": {
Expand Down
5 changes: 5 additions & 0 deletions packages/tools/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,11 @@
{
"name": "@manypkg/tools",
"version": "1.1.0",
"repository": {
"type": "git",
"url": "https://github.com/Thinkmill/manypkg.git",
"directory": "packages/tools"
},
"license": "MIT",
"main": "dist/manypkg-tools.cjs.js",
"dependencies": {
Expand Down

0 comments on commit 361a34f

Please sign in to comment.