Skip to content

Commit ee26e59

Browse files
🏗✨:go minimalistic for monorepo pjson
Signed-off-by: Derek Lewis <dereknongeneric@open.inf.is>
1 parent aa19188 commit ee26e59

File tree

1 file changed

+4
-3
lines changed

1 file changed

+4
-3
lines changed

package.json

Lines changed: 4 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,9 +1,10 @@
11
{
2-
"name": "@openinf/util-md-table",
2+
"name": "@openinf-internal/util-md-table-monorepo",
3+
"private": true,
34
"version": "0.0.0-development",
4-
"description": "Common Markdown table-related utilities",
5+
"description": "Package-based monorepo for @openinf/util-md-table and friends",
6+
"workspaces": ["packages/*"],
57
"packageManager": "pnpm@8.6.3",
6-
"repository": "OpenINF/openinf-util-md-table",
78
"license": "MIT OR Apache-2.0",
89
"author": "The OpenINF Authors",
910
"devDependencies": {

0 commit comments

Comments
 (0)