Skip to content

Commit 9184a2d

Browse files
author
andrew-cat
committed
4.2.0
1 parent 37068d4 commit 9184a2d

File tree

2 files changed

+3
-3
lines changed

2 files changed

+3
-3
lines changed

package-lock.json

+1-1
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

package.json

+2-2
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "configcat-common",
3-
"version": "4.1.0",
3+
"version": "4.2.0",
44
"description": "ConfigCat is a configuration as a service that lets you manage your features and configurations without actually deploying new code.",
55
"main": "lib/index.js",
66
"types": "lib/index.d.ts",
@@ -10,7 +10,7 @@
1010
"build": "tsc -p tsconfig.cjs.json && tsc -p tsconfig.esm.json && tsc -p tsconfig.legacy.json && gulp",
1111
"prepare": "npm run build",
1212
"test": "mocha --require ts-node/register test/**/*.ts --exit --timeout 30000",
13-
"test-debug": "mocha --fgrep \"TITLE_OF_TEST\" --require ts-node/register test/**/*.ts --exit --timeout 30000"
13+
"test-debug": "mocha --fgrep \"TITLE_OF_TEST\" --require ts-node/register test/**/*.ts --exit --timeout 30000"
1414
},
1515
"keywords": [
1616
"configcat",

0 commit comments

Comments
 (0)