Skip to content

Commit

Permalink
🏗🚮:rm unneeded pjson fields
Browse files Browse the repository at this point in the history
No tooling would be able to use this info
as pjson at workspace root of monorepo.

Signed-off-by: Derek Lewis <dereknongeneric@open.inf.is>
  • Loading branch information
DerekNonGeneric authored Jun 24, 2023
1 parent 5e4f31c commit 8f25639
Showing 1 changed file with 0 additions and 20 deletions.
20 changes: 0 additions & 20 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -3,26 +3,9 @@
"version": "0.0.0-development",
"description": "Common JavaScript Object type-related utilities",
"packageManager": "pnpm@8.6.3",
"keywords": [
"JavaScript",
"Object",
"type",
"utilities"
],
"repository": "OpenINF/openinf-util-object",
"license": "MIT OR Apache-2.0",
"author": "The OpenINF Authors",
"directories": {
"lib": "lib",
"doc": "doc",
"test": "test"
},
"scripts": {
"prepare": "npm run compile-src && npm run compile-doc",
"compile-src": "tsc --project ./",
"compile-doc": "",
"test": "npx jasmine"
},
"devDependencies": {
"@types/node": "20.x.x",
"@typescript-eslint/eslint-plugin": "5.59.9",
Expand All @@ -40,8 +23,5 @@
"jasmine": "5.0.1",
"prettier": "2.8.8",
"typescript": "5.1.3"
},
"dependencies": {
"@openinf/util-types": "2.1.3"
}
}

0 comments on commit 8f25639

Please sign in to comment.