Skip to content

Commit

Permalink
update name for app
Browse files Browse the repository at this point in the history
  • Loading branch information
nkmdev committed Oct 2, 2022
1 parent 0f4bd8a commit 149edd0
Show file tree
Hide file tree
Showing 4 changed files with 9 additions and 3 deletions.
3 changes: 2 additions & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
{
"name": "sb-admin-bs4-angular-9",
"name": "sb-admin-angular14-bs5",
"version": "10.0.0",
"license": "Apache",
"scripts": {
Expand All @@ -26,6 +26,7 @@
"@ng-bootstrap/ng-bootstrap": "13.0.0",
"@ngx-translate/core": "14.0.0",
"@ngx-translate/http-loader": "7.0.0",
"@popperjs/core": "^2.11.6",
"bootstrap": "5.2.0",
"chart.js": "3.7.1",
"core-js": "3.21.0",
Expand Down
2 changes: 1 addition & 1 deletion src/index.html
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
<html lang="en">
<head>
<meta charset="utf-8" />
<title>SB Admin Angular13 BS5</title>
<title>SB Admin Angular14 BS5</title>
<base href="/" />

<meta name="viewport" content="width=device-width, initial-scale=1" />
Expand Down
2 changes: 1 addition & 1 deletion src/styles/app.scss
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
/* You can add global styles to this file, and also import other style files */
@import '~bootstrap/scss/bootstrap';
@import 'bootstrap/scss/bootstrap';
@import 'spinner';
@import 'utils';
@import 'rtl';
Expand Down
5 changes: 5 additions & 0 deletions yarn.lock
Original file line number Diff line number Diff line change
Expand Up @@ -1508,6 +1508,11 @@
"read-package-json-fast" "^2.0.3"
"which" "^2.0.2"

"@popperjs/core@^2.11.6":
"integrity" "sha512-50/17A98tWUfQ176raKiOGXuYpLyyVMkxxG6oylzL3BPOlA6ADGdK7EYunSa4I064xerltq9TGXs8HmOk5E+vw=="
"resolved" "https://registry.npmjs.org/@popperjs/core/-/core-2.11.6.tgz"
"version" "2.11.6"

"@schematics/[email protected]":
"integrity" "sha512-9n7HyxZvoSR+Ynyvr8oEQ3zy5trSjCQMTF+fZSTCzCBEVHKGxqMyisI6KO4qcGeIQYGXWeBYrMsy9jMQFgK8dQ=="
"resolved" "https://registry.npmjs.org/@schematics/angular/-/angular-14.2.4.tgz"
Expand Down

0 comments on commit 149edd0

Please sign in to comment.