Prepare for first alpha release (#711)

This commit is contained in:
Stan Silvert 2021-06-17 06:01:00 -04:00 committed by GitHub
parent ec6550a9ec
commit 9f17967137
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -1,8 +1,14 @@
{
"name": "keycloak-admin-ui",
"version": "1.0.0",
"version": "0.0.1",
"main": "index.js",
"license": "MIT",
"homepage": "https://github.com/keycloak/keycloak-admin-ui",
"bugs": "https://github.com/keycloak/keycloak-admin-ui/issues",
"repository": {
"url": "https://github.com/keycloak/keycloak-admin-ui",
"type": "git"
},
"license": "Apache",
"engines": {
"node": "16"
},