Comparing version
{ | ||
"name": "hello-cls", | ||
"version": "0.0.0-rc.2", | ||
"version": "1.0.0-test.1", | ||
"description": "A Node.js library that implements Continuation-Local Storage", | ||
@@ -10,4 +10,7 @@ "main": "lib/cls.js", | ||
"test:int:mockapp": "nodemon --inspect tests/integration/mockApp/index.js", | ||
"test:int": "mocha -R spec tests/integration/**/*.specs.js --recursive", | ||
"test:int:sh": "./tests/integration/run.sh" | ||
"test:int:tester": "mocha -R spec tests/integration/**/*.specs.js --recursive", | ||
"test:int": "./tests/integration/run.sh", | ||
"version:patch": "npm version patch", | ||
"version:minor": "npm version minor", | ||
"version:major": "npm version major" | ||
}, | ||
@@ -14,0 +17,0 @@ "nyc": { |
@@ -5,2 +5,3 @@ # hello-cls | ||
[](https://github.com/hellocomet/cls/actions) | ||
[](https://codecov.io/gh/hellocomet/hello-cls) | ||
@@ -36,2 +37,2 @@ A Node.js library that implements Continuation-Local Storage for Node 10+ | ||
Made with ❤️ at [**comet**](https://comet.co/) | ||
Made with ❤️ at [**comet**](https://comet.co/) |
Sorry, the diff of this file is not supported yet
Sorry, the diff of this file is not supported yet
15483
1.76%37
5.71%