diff --git a/.npmignore b/.npmignore new file mode 100644 index 0000000..3e215e0 --- /dev/null +++ b/.npmignore @@ -0,0 +1,5 @@ +pnpm-lock.yaml +.eslintrc.json +node_modules +.vscode +.github \ No newline at end of file diff --git a/package.json b/package.json index d7cb7f2..4227aca 100644 --- a/package.json +++ b/package.json @@ -1,7 +1,7 @@ { "name": "fastest-validator-decorators", "author": "Toby de Havilland", - "version": "1.2.1", + "version": "1.3.0-beta.0", "description": "Fastest validator decorators", "license": "MIT", "repository": { @@ -21,7 +21,8 @@ "prepublish": "pnpm run test && pnpm run build" }, "files": [ - "dist" + "dist/index.d.ts", + "dist/index.js" ], "keywords": [ "validation",