Prepare for first alpha release (#711)
This commit is contained in:
parent
ec6550a9ec
commit
9f17967137
1 changed files with 8 additions and 2 deletions
10
package.json
10
package.json
|
@ -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"
|
||||
},
|
||||
|
|
Loading…
Reference in a new issue