Skip to content

Commit 8f25639

Browse files
🏗🚮:rm unneeded pjson fields
No tooling would be able to use this info as pjson at workspace root of monorepo. Signed-off-by: Derek Lewis <[email protected]>
1 parent 5e4f31c commit 8f25639

File tree

1 file changed

+0
-20
lines changed

1 file changed

+0
-20
lines changed

package.json

Lines changed: 0 additions & 20 deletions
Original file line numberDiff line numberDiff line change
@@ -3,26 +3,9 @@
33
"version": "0.0.0-development",
44
"description": "Common JavaScript Object type-related utilities",
55
"packageManager": "[email protected]",
6-
"keywords": [
7-
"JavaScript",
8-
"Object",
9-
"type",
10-
"utilities"
11-
],
126
"repository": "OpenINF/openinf-util-object",
137
"license": "MIT OR Apache-2.0",
148
"author": "The OpenINF Authors",
15-
"directories": {
16-
"lib": "lib",
17-
"doc": "doc",
18-
"test": "test"
19-
},
20-
"scripts": {
21-
"prepare": "npm run compile-src && npm run compile-doc",
22-
"compile-src": "tsc --project ./",
23-
"compile-doc": "",
24-
"test": "npx jasmine"
25-
},
269
"devDependencies": {
2710
"@types/node": "20.x.x",
2811
"@typescript-eslint/eslint-plugin": "5.59.9",
@@ -40,8 +23,5 @@
4023
"jasmine": "5.0.1",
4124
"prettier": "2.8.8",
4225
"typescript": "5.1.3"
43-
},
44-
"dependencies": {
45-
"@openinf/util-types": "2.1.3"
4626
}
4727
}

0 commit comments

Comments
 (0)