Skip to content

Commit f63e29b

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 9f9b9ec commit f63e29b

1 file changed

Lines changed: 0 additions & 23 deletions

File tree

package.json

Lines changed: 0 additions & 23 deletions
Original file line numberDiff line numberDiff line change
@@ -3,31 +3,8 @@
33
"version": "0.0.0-development",
44
"description": "Essential cross-platform terminal-friendly text utilities",
55
"packageManager": "[email protected]",
6-
"keywords": [
7-
"ansi",
8-
"cli",
9-
"console",
10-
"shell",
11-
"terminal",
12-
"text",
13-
"tty",
14-
"unicode",
15-
"xterm"
16-
],
17-
"repository": "OpenINF/openinf-util-text",
186
"license": "MIT OR Apache-2.0",
197
"author": "The OpenINF Authors",
20-
"directories": {
21-
"lib": "lib",
22-
"doc": "doc",
23-
"test": "test"
24-
},
25-
"scripts": {
26-
"prepare": "npm run compile-src && npm run compile-doc",
27-
"compile-src": "tsc --project ./",
28-
"compile-doc": "",
29-
"test": "echo \"Error: no test specified\" && exit 1"
30-
},
318
"devDependencies": {
329
"@types/node": "20.3.1",
3310
"tape": "5.6.3",

0 commit comments

Comments
 (0)