KEYCLOAK-14980 Remove references to Bower
This commit is contained in:
parent
bdccfef513
commit
b64cf3c315
3 changed files with 0 additions and 23 deletions
|
@ -24,11 +24,6 @@
|
|||
<includeBaseDirectory>true</includeBaseDirectory>
|
||||
|
||||
<files>
|
||||
<file>
|
||||
<source>src/main/resources/bower.json</source>
|
||||
<outputDirectory>/</outputDirectory>
|
||||
<filtered>true</filtered>
|
||||
</file>
|
||||
<file>
|
||||
<source>src/main/resources/package.json</source>
|
||||
<outputDirectory>/</outputDirectory>
|
||||
|
|
|
@ -1,17 +0,0 @@
|
|||
{
|
||||
"name": "keycloak",
|
||||
"version": "${project.version}",
|
||||
"main": "dist/keycloak.js",
|
||||
"ignore": [
|
||||
"**/.*"
|
||||
],
|
||||
"description": "Keycloak adapter",
|
||||
"keywords": [
|
||||
"keycloak",
|
||||
"sso",
|
||||
"oauth",
|
||||
"oauth2",
|
||||
"authentication"
|
||||
],
|
||||
"license": "Apache-2.0"
|
||||
}
|
|
@ -89,7 +89,6 @@
|
|||
<exclude>**/mkdirp/**</exclude>
|
||||
<exclude>**/package.json</exclude>
|
||||
<exclude>**/package-lock.json</exclude>
|
||||
<exclude>**/bower.json</exclude>
|
||||
<exclude>**/component.json</exclude>
|
||||
<exclude>**/composer.json</exclude>
|
||||
<exclude>**/npm-shrinkwrap.json</exclude>
|
||||
|
|
Loading…
Reference in a new issue