Skip to content

Commit

Permalink
chore: update project for npm publishing
Browse files Browse the repository at this point in the history
  • Loading branch information
techvlad committed Jul 4, 2020
1 parent 9f728ef commit 6b596f8
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 4 deletions.
5 changes: 2 additions & 3 deletions README.md
Original file line number Diff line number Diff line change
@@ -1,9 +1,8 @@
# WIP: Async Context
# Async Context

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

## Installation
Expand Down
4 changes: 3 additions & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,8 +1,9 @@
{
"name": "@nestjs-steroids/async-context",
"version": "1.0.0",
"version": "1.0.1",
"description": "NestJS Async Context based on async_hooks",
"author": "Vlad Krokhin",
"private": false,
"license": "MIT",
"repository": {
"type": "git",
Expand All @@ -21,6 +22,7 @@
"scripts": {
"prebuild": "rimraf dist",
"build": "tsc -p tsconfig.json",
"prepublish": "npm run build",
"format": "prettier --write \"src/**/*.ts\" \"test/**/*.ts\"",
"start": "nest start",
"start:dev": "nest start --watch",
Expand Down

0 comments on commit 6b596f8

Please sign in to comment.