Skip to content

Commit ea5e449

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 f0d282a commit ea5e449

1 file changed

Lines changed: 0 additions & 7 deletions

File tree

package.json

Lines changed: 0 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,6 @@
33
"version": "0.0.0-development",
44
"description": "Common Markdown table-related utilities",
55
"packageManager": "[email protected]",
6-
"keywords": ["markdown", "json", "table", "utilities"],
76
"repository": "OpenINF/openinf-util-md-table",
87
"license": "MIT OR Apache-2.0",
98
"author": "The OpenINF Authors",
@@ -12,12 +11,6 @@
1211
"doc": "doc",
1312
"test": "test"
1413
},
15-
"scripts": {
16-
"prepare": "npm run compile-src && npm run compile-doc",
17-
"compile-src": "tsc --project ./",
18-
"compile-doc": "",
19-
"test": "node index.spec.js"
20-
},
2114
"devDependencies": {
2215
"@types/node": "20.x.x",
2316
"typescript": "5.1.3"

0 commit comments

Comments
 (0)