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 478d4c1 commit 1d5111dCopy full SHA for 1d5111d
package.json
@@ -1,6 +1,6 @@
1
{
2
"name": "tc-core-library-js",
3
- "version": "2.6.8",
+ "version": "3.0.1",
4
"description": "Topcoder Core library for express based microservices",
5
"main": "index.js",
6
"author": "Parth Shah",
@@ -20,7 +20,7 @@
20
"r7insight_node": "^2.1.0"
21
},
22
"engines": {
23
- "node": ">= 5"
+ "node": ">= 10"
24
25
"scripts": {
26
"test": "SUPPRESS_NO_CONFIG_WARNING=1 ENVIRONMENT=test ./node_modules/.bin/mocha $(find . -path '*spec.js' -not -path './node_modules/*')"
0 commit comments