Skip to content
7 changes: 5 additions & 2 deletions package.json

Copy link
Copy Markdown
Contributor Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

pnpm add which@3.0.1 decided it needed to reformat the entire file

Copy link
Copy Markdown
Contributor Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Which then made linting fail 🤦

Copy link
Copy Markdown
Collaborator

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

No problem. I can fix that

Original file line number Diff line number Diff line change
@@ -1,9 +1,12 @@
{
"name": "cmake-ts",
"version": "1.0.2",
"version": "1.0.3",
"description": "cmake-js rewrite in typescript to support advanced build configurations",
"main": "build/lib.js",
"module": "build/lib.mjs",
"engines": {
"node": ">= 18"
},
"exports": {
".": {
"require": "./build/lib.js",
Expand Down Expand Up @@ -116,7 +119,7 @@
"semver": "^7.7.1",
"tar": "^6",
"url-join": "^4.0.1",
"which": "^2",
"which": "3.0.1",
"node-downloader-helper": "^2.1.9",
"escape-quotes": "^1.0.2",
"commander": "^13.1.0",
Expand Down
13 changes: 11 additions & 2 deletions pnpm-lock.yaml

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

Loading