Skip to content

Commit

Permalink
chore: Remove npm engine version (#43)
Browse files Browse the repository at this point in the history
  • Loading branch information
blaine-arcjet authored Dec 14, 2023
1 parent ab2ae9f commit 9bb5e2c
Show file tree
Hide file tree
Showing 11 changed files with 20 additions and 40 deletions.
3 changes: 1 addition & 2 deletions analyze/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -10,8 +10,7 @@
"directory": "analyze"
},
"engines": {
"node": ">=18",
"npm": ">=10"
"node": ">=18"
},
"type": "module",
"main": "./index.js",
Expand Down
3 changes: 1 addition & 2 deletions arcjet-next/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -10,8 +10,7 @@
"directory": "arcjet-next"
},
"engines": {
"node": ">=18",
"npm": ">=10"
"node": ">=18"
},
"type": "module",
"main": "./index.js",
Expand Down
3 changes: 1 addition & 2 deletions arcjet/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -10,8 +10,7 @@
"directory": "arcjet"
},
"engines": {
"node": ">=18",
"npm": ">=10"
"node": ">=18"
},
"type": "module",
"main": "./index.js",
Expand Down
3 changes: 1 addition & 2 deletions eslint-config/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -10,8 +10,7 @@
"directory": "eslint-config"
},
"engines": {
"node": ">=18",
"npm": ">=10"
"node": ">=18"
},
"type": "commonjs",
"main": "./index.js",
Expand Down
3 changes: 1 addition & 2 deletions ip/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -10,8 +10,7 @@
"directory": "ip"
},
"engines": {
"node": ">=18",
"npm": ">=10"
"node": ">=18"
},
"type": "module",
"main": "./index.js",
Expand Down
3 changes: 1 addition & 2 deletions logger/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -10,8 +10,7 @@
"directory": "logger"
},
"engines": {
"node": ">=18",
"npm": ">=10"
"node": ">=18"
},
"type": "module",
"main": "./index.js",
Expand Down
30 changes: 10 additions & 20 deletions package-lock.json

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

3 changes: 1 addition & 2 deletions package.json
Original file line number Diff line number Diff line change
@@ -1,8 +1,7 @@
{
"name": "arcjet-js",
"engines": {
"node": ">=18",
"npm": ">=10"
"node": ">=18"
},
"workspaces": [
"*",
Expand Down
3 changes: 1 addition & 2 deletions protocol/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -10,8 +10,7 @@
"directory": "protocol"
},
"engines": {
"node": ">=18",
"npm": ">=10"
"node": ">=18"
},
"type": "module",
"main": "./index.js",
Expand Down
3 changes: 1 addition & 2 deletions rollup-config/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -10,8 +10,7 @@
"directory": "rollup-config"
},
"engines": {
"node": ">=18",
"npm": ">=10"
"node": ">=18"
},
"type": "module",
"main": "./index.js",
Expand Down
3 changes: 1 addition & 2 deletions tsconfig/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -10,8 +10,7 @@
"directory": "tsconfig"
},
"engines": {
"node": ">=18",
"npm": ">=10"
"node": ">=18"
},
"files": [
"LICENSE",
Expand Down

0 comments on commit 9bb5e2c

Please sign in to comment.