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 34f6136 commit aafe140Copy full SHA for aafe140
package.json
@@ -1,11 +1,13 @@
1
{
2
"name": "nest-events",
3
- "version": "2.0.0",
+ "version": "2.0.1",
4
"private": false,
5
"license": "MIT",
6
"repository": {
7
"url": "https://github.com/onhate/nest-events.git"
8
},
9
+ "main": "dist/index.js",
10
+ "types": "dist/index.d.ts",
11
"keywords": [
12
"nestjs",
13
"nest.js",
@@ -19,6 +21,7 @@
19
21
],
20
22
"scripts": {
23
"build": "tsc --project tsconfig-build.json",
24
+ "prebuild": "npx rimraf dist",
25
"prepublish": "npm run build",
26
"lint": "eslint \"{src}/**/*.ts\" --fix",
27
"test": "jest",
0 commit comments