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", "name": "keycloak-react-theming",
"version": "0.0.5", "version": "0.0.6",
"lockfileVersion": 2, "lockfileVersion": 2,
"requires": true, "requires": true,
"packages": { "packages": {
"": { "": {
"version": "0.0.5", "version": "0.0.6",
"license": "MIT", "license": "MIT",
"dependencies": { "dependencies": {
"cheerio": "^1.0.0-rc.5" "cheerio": "^1.0.0-rc.5"

View File

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