Skip to content
This repository has been archived by the owner on Apr 17, 2023. It is now read-only.

Commit

Permalink
fix: release 0.1.1
Browse files Browse the repository at this point in the history
  • Loading branch information
Dara Hayes committed Jul 12, 2019
1 parent 52a83d3 commit a76b971
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions package.json
@@ -1,6 +1,6 @@
{
"name": "keycloak-connect-graphql",
"version": "0.1.1",
"version": "0.1.1-rc2",
"description": "Add Keycloak authentication and authorization to your GraphQL server.",
"keywords": [
"graphql",
Expand Down Expand Up @@ -30,7 +30,7 @@
"lint": "tslint '*/*/src/**/*.ts' --exclude 'src/**/*.test.ts' && tslint -c tslint_tests.json 'src/**/*.test.ts'",
"release:prep": "./scripts/prepareRelease.sh",
"release:validate": "./scripts/validateRelease.sh",
"publish": "./scripts/publishRelease.sh"
"release:publish": "./scripts/publishRelease.sh"
},
"dependencies": {
"apollo-server-express": "2.6.9",
Expand Down

0 comments on commit a76b971

Please sign in to comment.