Skip to content

Commit 6b596f8

Browse files
committed
chore: update project for npm publishing
1 parent 9f728ef commit 6b596f8

File tree

2 files changed

+5
-4
lines changed

2 files changed

+5
-4
lines changed

README.md

Lines changed: 2 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,9 +1,8 @@
1-
# WIP: Async Context
1+
# Async Context
22

33
## Thinks TODO:
4-
- [ ] Publish to NPM
4+
- [ ] Add fancy [badges](https://shields.io/)
55
- [ ] Setup CI/CD (Github Actions or Circle)
6-
- [ ] Add fancy [badges](shields.io)
76
- [ ] Add tests
87

98
## Installation

package.json

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,8 +1,9 @@
11
{
22
"name": "@nestjs-steroids/async-context",
3-
"version": "1.0.0",
3+
"version": "1.0.1",
44
"description": "NestJS Async Context based on async_hooks",
55
"author": "Vlad Krokhin",
6+
"private": false,
67
"license": "MIT",
78
"repository": {
89
"type": "git",
@@ -21,6 +22,7 @@
2122
"scripts": {
2223
"prebuild": "rimraf dist",
2324
"build": "tsc -p tsconfig.json",
25+
"prepublish": "npm run build",
2426
"format": "prettier --write \"src/**/*.ts\" \"test/**/*.ts\"",
2527
"start": "nest start",
2628
"start:dev": "nest start --watch",

0 commit comments

Comments
 (0)