diff --git a/.npmignore b/.npmignore index 756e054..9ab7650 100644 --- a/.npmignore +++ b/.npmignore @@ -8,6 +8,7 @@ tsconfig.json .prettierrc # github +cover.png .github CONTRIBUTING.MD diff --git a/package.json b/package.json index 4ad6c5b..05276aa 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "@squareboat/nest-queue", - "version": "0.0.2", + "version": "0.0.3", "description": " The queue package for your NestJS Applications", "main": "dist/index.js", "types": "dist/index.d.ts",