Skip to content

Commit

Permalink
Bump package version to 3.0.1
Browse files Browse the repository at this point in the history
  • Loading branch information
vas3a committed Jan 24, 2024
1 parent 478d4c1 commit 1d5111d
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "tc-core-library-js",
"version": "2.6.8",
"version": "3.0.1",
"description": "Topcoder Core library for express based microservices",
"main": "index.js",
"author": "Parth Shah",
Expand All @@ -20,7 +20,7 @@
"r7insight_node": "^2.1.0"
},
"engines": {
"node": ">= 5"
"node": ">= 10"
},
"scripts": {
"test": "SUPPRESS_NO_CONFIG_WARNING=1 ENVIRONMENT=test ./node_modules/.bin/mocha $(find . -path '*spec.js' -not -path './node_modules/*')"
Expand Down

0 comments on commit 1d5111d

Please sign in to comment.