diff --git a/package.json b/package.json index 6ce72e9..b1c5cd1 100644 --- a/package.json +++ b/package.json @@ -1,10 +1,15 @@ { "name": "openapi-client-codegen", - "version": "0.1.1", + "version": "0.2.0", "description": "Node.js library that generates Typescript function chaining clients based on the OpenAPI specification.", "main": "lib/index.js", "unpkg": "dist/index.umd.js", "types": "dist/index.d.ts", + "source": "src/index.ts", + "files": [ + "dist", + "src" + ], "scripts": { "test": "jest", "lint": "eslint",