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 3723f02 commit c4ad61dCopy full SHA for c4ad61d
README.md
@@ -9,10 +9,6 @@
9
</a>
10
</p>
11
12
-## Thinks TODO:
13
-- [ ] Setup CI/CD (Github Actions or Circle)
14
-- [ ] Add tests
15
-
16
## Installation
17
```bash
18
npm install @nestjs-steroids/async-context
@@ -169,4 +165,7 @@ export class AppController {
169
165
```
170
166
171
167
## License
172
-[MIT](LICENSE.md)
168
+[MIT](LICENSE.md)
+
+## Thinks TODO:
+- [ ] Add tests
package.json
@@ -1,6 +1,6 @@
1
{
2
"name": "@nestjs-steroids/async-context",
3
- "version": "1.0.1",
+ "version": "1.0.2",
4
"description": "NestJS Async Context based on async_hooks",
5
"author": "Vlad Krokhin",
6
"private": false,
0 commit comments