Skip to content

Commit 5074722

Browse files
🏗✨:go minimalistic for monorepo pjson
Signed-off-by: Derek Lewis <[email protected]>
1 parent f63e29b commit 5074722

1 file changed

Lines changed: 5 additions & 4 deletions

File tree

package.json

Lines changed: 5 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -1,13 +1,14 @@
11
{
2-
"name": "@openinf/util-text",
2+
"name": "@openinf-internal/util-text-monorepo",
3+
"private": true,
34
"version": "0.0.0-development",
4-
"description": "Essential cross-platform terminal-friendly text utilities",
5+
"description": "Package-based monorepo for @openinf/util-text and friends",
6+
"workspaces": ["packages/*"],
57
"packageManager": "[email protected]",
68
"license": "MIT OR Apache-2.0",
79
"author": "The OpenINF Authors",
810
"devDependencies": {
9-
"@types/node": "20.3.1",
10-
"tape": "5.6.3",
11+
"@types/node": "20.x.x",
1112
"typescript": "5.1.3"
1213
}
1314
}

0 commit comments

Comments
 (0)