Skip to content

Commit

Permalink
chore: remove package manager strict versioning and engine specificat…
Browse files Browse the repository at this point in the history
…ions (#2)
  • Loading branch information
Tripouille authored Dec 2, 2024
1 parent 5bda5e9 commit c86f257
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 7 deletions.
1 change: 0 additions & 1 deletion .npmrc
Original file line number Diff line number Diff line change
@@ -1,4 +1,3 @@
save-prefix=""
engine-strict=true
package-manager-strict-version=true
auto-install-peers=true
7 changes: 1 addition & 6 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -55,10 +55,5 @@
"tsc-alias": "1.8.10",
"typescript": "5.6.3",
"vitest": "2.1.4"
},
"engines": {
"node": ">=20",
"pnpm": ">=9"
},
"packageManager": "[email protected]"
}
}

0 comments on commit c86f257

Please sign in to comment.