diff --git a/package-lock.json b/package-lock.json index bcd7efd..bb9b5f1 100644 --- a/package-lock.json +++ b/package-lock.json @@ -1,12 +1,12 @@ { "name": "grpcity", - "version": "1.2.0", + "version": "1.2.1", "lockfileVersion": 3, "requires": true, "packages": { "": { "name": "grpcity", - "version": "1.2.0", + "version": "1.2.1", "license": "MIT", "dependencies": { "@grpc/grpc-js": "^1.9.11", diff --git a/package.json b/package.json index fdb711d..13388ac 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "grpcity", - "version": "1.2.0", + "version": "1.2.1", "description": "A powerful and complete gRPC framework for Node.js", "author": "Chakhsu.Lau", "license": "MIT", diff --git a/tsconfig.json b/tsconfig.json index bdd9524..5e68110 100644 --- a/tsconfig.json +++ b/tsconfig.json @@ -9,5 +9,5 @@ "stripInternal": true, "allowJs": true }, - "include": ["lib/index.js"] + "include": ["lib/*.js"] } \ No newline at end of file