Skip to content

Commit 72fa30c

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

File tree

1 file changed

+5
-5
lines changed

1 file changed

+5
-5
lines changed

package.json

+5-5
Original file line numberDiff line numberDiff line change
@@ -1,16 +1,16 @@
11
{
2-
"name": "@openinf/util-types",
2+
"name": "@openinf-internal/util-types-monorepo",
3+
"private": true,
34
"version": "0.0.0-development",
4-
"description": "Fundamental JavaScript type-related utilities",
5+
"description": "Package-based monorepo for @openinf/util-types and friends",
6+
"workspaces": ["packages/*"],
57
"packageManager": "[email protected]",
6-
"repository": "OpenINF/openinf-util-types",
78
"license": "MIT OR Apache-2.0",
89
"author": "The OpenINF Authors",
910
"devDependencies": {
1011
"@types/jsdom": "21.1.1",
11-
"@types/tape": "5.6.0",
12+
"@types/node": "20.x.x",
1213
"jsdom": "22.1.0",
13-
"tape": "5.6.3",
1414
"typescript": "5.1.3"
1515
}
1616
}

0 commit comments

Comments
 (0)