Skip to content

Commit

Permalink
chore: prepare project for packaging
Browse files Browse the repository at this point in the history
  • Loading branch information
techvlad committed Jul 4, 2020
1 parent 4f737c2 commit 9f728ef
Show file tree
Hide file tree
Showing 5 changed files with 5 additions and 19 deletions.
2 changes: 2 additions & 0 deletions .npmignore
Original file line number Diff line number Diff line change
@@ -0,0 +1,2 @@
dist/*.tsbuildinfo
dist/*.js.map
1 change: 0 additions & 1 deletion index.d.ts

This file was deleted.

13 changes: 0 additions & 13 deletions index.js

This file was deleted.

1 change: 0 additions & 1 deletion index.ts

This file was deleted.

7 changes: 3 additions & 4 deletions package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@nestjs-steroids/async-context",
"version": "0.0.1",
"version": "1.0.0",
"description": "NestJS Async Context based on async_hooks",
"author": "Vlad Krokhin",
"license": "MIT",
Expand All @@ -15,10 +15,9 @@
"async-hooks"
],
"files": [
"dist",
"index.js",
"index.d.ts"
"dist"
],
"main": "dist/index.js",
"scripts": {
"prebuild": "rimraf dist",
"build": "tsc -p tsconfig.json",
Expand Down

0 comments on commit 9f728ef

Please sign in to comment.