Skip to content

Commit

Permalink
NPM package fixes
Browse files Browse the repository at this point in the history
  • Loading branch information
dbateman committed Mar 20, 2023
1 parent e8f14c5 commit d379259
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 2 deletions.
1 change: 1 addition & 0 deletions .npmignore
Original file line number Diff line number Diff line change
Expand Up @@ -6,6 +6,7 @@ examples/
scripts/
src/
test/
coverage/
.gitignore
renovate.json
tsconfig.*
Expand Down
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@dbateman/keycloak-connect-graphql",
"version": "16.9.0",
"version": "16.9.1",
"description": "Add Keycloak authentication and authorization to your GraphQL server via schema directives.",
"keywords": [
"graphql",
Expand Down
2 changes: 1 addition & 1 deletion tsconfig.build.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"compilerOptions": {
// "rootDir": "./src",
"rootDir": "./src",
"outDir": "./dist",
/* Basic Options */
"target": "ES2017", /* Specify ECMAScript target version: 'ES3' (default), 'ES5', 'ES2015', 'ES2016', 'ES2017','ES2018' or 'ESNEXT'. */
Expand Down

0 comments on commit d379259

Please sign in to comment.