We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents fc63498 + 6fe4d45 commit f48fa82Copy full SHA for f48fa82
.npmrc
@@ -1,3 +1,4 @@
1
//registry.npmjs.org/:_authToken=${NODE_AUTH_TOKEN}
2
registry=https://registry.npmjs.org/
3
-always-auth=true
+always-auth=true
4
+engine-strict=true
package.json
@@ -1,6 +1,6 @@
{
"name": "command-ai",
- "version": "0.29.0",
+ "version": "0.30.0",
"description": "Command AI",
5
"main": "ai.js",
6
"type": "module",
@@ -59,5 +59,8 @@
59
"globals": "^15.8.0",
60
"prettier": "^3.3.2",
61
"prettier-eslint": "^16.3.0"
62
+ },
63
+ "engines": {
64
+ "node": ">=18.0.0"
65
}
66
0 commit comments