Skip to content

Commit 1d5111d

Browse files
committed
Bump package version to 3.0.1
1 parent 478d4c1 commit 1d5111d

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

package.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "tc-core-library-js",
3-
"version": "2.6.8",
3+
"version": "3.0.1",
44
"description": "Topcoder Core library for express based microservices",
55
"main": "index.js",
66
"author": "Parth Shah",
@@ -20,7 +20,7 @@
2020
"r7insight_node": "^2.1.0"
2121
},
2222
"engines": {
23-
"node": ">= 5"
23+
"node": ">= 10"
2424
},
2525
"scripts": {
2626
"test": "SUPPRESS_NO_CONFIG_WARNING=1 ENVIRONMENT=test ./node_modules/.bin/mocha $(find . -path '*spec.js' -not -path './node_modules/*')"

0 commit comments

Comments
 (0)