Skip to content

Commit

Permalink
chore(checks,utils): cleanup
Browse files Browse the repository at this point in the history
  • Loading branch information
jackdbd committed Jun 16, 2022
1 parent a27239b commit 540d5a9
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 6 deletions.
4 changes: 1 addition & 3 deletions packages/checks/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -18,8 +18,7 @@
},
"homepage": "https://github.com/jackdbd/calderone/tree/main/packages/checks#readme",
"engines": {
"node": ">=16.0.0",
"npm": ">=7.0.0"
"node": ">=16.0.0"
},
"type": "module",
"module": "lib/index.js",
Expand Down Expand Up @@ -58,7 +57,6 @@
"build:docs": "run-s 'docs:doctoc' 'docs:ae' 'docs:ad' 'docs:typedoc' --print-label",
"build:ts": "tsc -p tsconfig.json",
"clean": "../../scripts/clean.mjs",
"copy-dotfiles": "../../scripts/copy-dotfiles.mjs",
"docs:ae": "../../scripts/api-extractor.mjs",
"docs:ad": "../../scripts/api-documenter.mjs",
"docs:doctoc": "doctoc --github README.md --title '<details><summary>Table of Contents</summary>'",
Expand Down
4 changes: 1 addition & 3 deletions packages/utils/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -18,8 +18,7 @@
},
"homepage": "https://github.com/jackdbd/calderone/tree/main/packages/utils#readme",
"engines": {
"node": ">=16.0.0",
"npm": ">=7.0.0"
"node": ">=16.0.0"
},
"type": "module",
"module": "lib/index.js",
Expand Down Expand Up @@ -51,7 +50,6 @@
"build:docs": "run-s 'docs:doctoc' 'docs:ae' 'docs:ad' 'docs:typedoc' --print-label",
"build:ts": "tsc -p tsconfig.json",
"clean": "../../scripts/clean.mjs",
"copy-dotfiles": "../../scripts/copy-dotfiles.mjs",
"docs:ae": "../../scripts/api-extractor.mjs",
"docs:ad": "../../scripts/api-documenter.mjs",
"docs:doctoc": "doctoc --github README.md --title '<details><summary>Table of Contents</summary>'",
Expand Down

0 comments on commit 540d5a9

Please sign in to comment.