Skip to content
Merged
Show file tree
Hide file tree
Changes from 2 commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
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