diff --git a/.npmignore b/.npmignore new file mode 100644 index 0000000..89ec62d --- /dev/null +++ b/.npmignore @@ -0,0 +1,10 @@ +/node_modules/ +*.log +pnpm-lock.yaml +yarn.lock +.env +.DS_Store +.log +.vscode/ +.gitea/ +Thumbs.db diff --git a/package.json b/package.json index ecc01ff..0128e2d 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "@teacinema/contracts", - "version": "1.0.2", + "version": "1.0.3", "description": "Protocol Buffers contracts for microservices", "scripts": { "build": "tsc -p tsconfig.build.json", @@ -10,7 +10,8 @@ "types": "dist/index.d.ts", "files": [ "gen", - "proto" + "proto", + "dist" ], "publishConfig": { "access": "public"