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.
1 parent 9ec8829 commit 2b61f12Copy full SHA for 2b61f12
.nvmrc
@@ -1 +1 @@
1
-16.15.0
+16.15.1
package.json
@@ -5,7 +5,7 @@
5
"main": "index.js",
6
"type": "module",
7
"engines": {
8
- "node": "16.15.0"
+ "node": "16.15.1"
9
},
10
"scripts": {
11
"dev": "cross-env TS_NODE_FILES=true TS_NODE_PROJECT=\"./tsconfig.json\" nodemon -r dotenv/config -x node --experimental-specifier-resolution=node --loader ts-node/esm ./src/index.ts",
0 commit comments