Skip to content

Commit

Permalink
Merge pull request #767 from webauthn4j/update-js-libs
Browse files Browse the repository at this point in the history
Update Angular
  • Loading branch information
ynojima authored Dec 2, 2021
2 parents 2b29704 + acfad14 commit aaeec80
Show file tree
Hide file tree
Showing 6 changed files with 2,313 additions and 27,523 deletions.
1 change: 1 addition & 0 deletions samples/lib/spa-angular-client/.gitignore
Original file line number Diff line number Diff line change
Expand Up @@ -25,6 +25,7 @@
!.vscode/registrationExtensions.json

# misc
/.angular/cache
/.sass-cache
/connect.lock
/coverage
Expand Down
22 changes: 0 additions & 22 deletions samples/lib/spa-angular-client/angular.json
Original file line number Diff line number Diff line change
Expand Up @@ -52,7 +52,6 @@
"optimization": true,
"outputHashing": "all",
"sourceMap": false,
"extractCss": true,
"namedChunks": false,
"extractLicenses": true,
"vendorChunk": false,
Expand Down Expand Up @@ -95,18 +94,6 @@
"src/assets"
]
}
},
"lint": {
"builder": "@angular-devkit/build-angular:tslint",
"options": {
"tsConfig": [
"src/tsconfig.app.json",
"src/tsconfig.spec.json"
],
"exclude": [
"**/node_modules/**"
]
}
}
}
},
Expand All @@ -125,15 +112,6 @@
"devServerTarget": "spa-angular-client:serve:production"
}
}
},
"lint": {
"builder": "@angular-devkit/build-angular:tslint",
"options": {
"tsConfig": "e2e/tsconfig.e2e.json",
"exclude": [
"**/node_modules/**"
]
}
}
}
}
Expand Down
Loading

0 comments on commit aaeec80

Please sign in to comment.