Skip to content

Commit

Permalink
revert package
Browse files Browse the repository at this point in the history
  • Loading branch information
reggi committed Sep 5, 2024
1 parent 7c15a8f commit dd0c425
Showing 1 changed file with 3 additions and 11 deletions.
14 changes: 3 additions & 11 deletions package.json
Original file line number Diff line number Diff line change
@@ -1,18 +1,10 @@
{
"name": "npm-install-checks",
"version": "6.3.0",
"version": "7.0.0",
"description": "Check the engines and platform fields in package.json",
"main": "./lib/index.js",
"exports": {
".": [
{
"default": "./lib/index.js"
},
"./lib/index.js"
]
},
"main": "lib/index.js",
"dependencies": {
"semver": "^7.6.2"
"semver": "^7.1.1"
},
"devDependencies": {
"@npmcli/eslint-config": "^5.0.0",
Expand Down

0 comments on commit dd0c425

Please sign in to comment.