Include missing files in the release bundle

This commit is contained in:
Joseph Garrone 2021-02-21 23:47:14 +01:00
parent a7fcc49305
commit 2628797996
2 changed files with 5 additions and 4 deletions

4
package-lock.json generated
View File

@ -1,11 +1,11 @@
{
"name": "keycloak-react-theming",
"version": "0.0.5",
"version": "0.0.6",
"lockfileVersion": 2,
"requires": true,
"packages": {
"": {
"version": "0.0.5",
"version": "0.0.6",
"license": "MIT",
"dependencies": {
"cheerio": "^1.0.0-rc.5"

View File

@ -1,6 +1,6 @@
{
"name": "keycloak-react-theming",
"version": "0.0.5",
"version": "0.0.6",
"description": "Provides a way to customize Keycloak login and register pages with React",
"repository": {
"type": "git",
@ -25,7 +25,8 @@
"!src/test/",
"dist/",
"!dist/test/",
"!dist/tsconfig.tsbuildinfo"
"!dist/tsconfig.tsbuildinfo",
"res/"
],
"keywords": [
"keycloak",