Skip to content

Commit

Permalink
feat: publish typings and main entry
Browse files Browse the repository at this point in the history
  • Loading branch information
onhate committed Aug 13, 2023
1 parent 34f6136 commit aafe140
Showing 1 changed file with 4 additions and 1 deletion.
5 changes: 4 additions & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,11 +1,13 @@
{
"name": "nest-events",
"version": "2.0.0",
"version": "2.0.1",
"private": false,
"license": "MIT",
"repository": {
"url": "https://github.com/onhate/nest-events.git"
},
"main": "dist/index.js",
"types": "dist/index.d.ts",
"keywords": [
"nestjs",
"nest.js",
Expand All @@ -19,6 +21,7 @@
],
"scripts": {
"build": "tsc --project tsconfig-build.json",
"prebuild": "npx rimraf dist",
"prepublish": "npm run build",
"lint": "eslint \"{src}/**/*.ts\" --fix",
"test": "jest",
Expand Down

0 comments on commit aafe140

Please sign in to comment.