Skip to content

Commit

Permalink
feat: update to 1.2.1
Browse files Browse the repository at this point in the history
  • Loading branch information
chakhsu committed Nov 29, 2023
1 parent bdeed92 commit 224ffd1
Show file tree
Hide file tree
Showing 3 changed files with 4 additions and 4 deletions.
4 changes: 2 additions & 2 deletions package-lock.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -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",
Expand Down
2 changes: 1 addition & 1 deletion tsconfig.json
Original file line number Diff line number Diff line change
Expand Up @@ -9,5 +9,5 @@
"stripInternal": true,
"allowJs": true
},
"include": ["lib/index.js"]
"include": ["lib/*.js"]
}

0 comments on commit 224ffd1

Please sign in to comment.