Skip to content

Commit 80315e1

Browse files
committed
chore: clean up deps
1 parent 65a7fc8 commit 80315e1

4 files changed

Lines changed: 51 additions & 44 deletions

File tree

package-lock.json

Lines changed: 50 additions & 38 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

package.json

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -25,7 +25,6 @@
2525
"@angular/platform-browser": "11.0.2",
2626
"@angular/platform-browser-dynamic": "11.0.2",
2727
"@angular/router": "11.0.2",
28-
"@notiz/ngx-design": "0.0.26",
2928
"@scullyio/init": "1.0.1",
3029
"@scullyio/ng-lib": "1.0.0",
3130
"@scullyio/scully": "1.0.4",
@@ -46,7 +45,7 @@
4645
"@types/jasminewd2": "2.0.8",
4746
"@types/node": "13.11.1",
4847
"autoprefixer": "~10.0.2",
49-
"codelyzer": "5.2.2",
48+
"codelyzer": "6.0.1",
5049
"jasmine-core": "3.5.0",
5150
"jasmine-spec-reporter": "5.0.1",
5251
"karma": "5.1.1",

src/app/app.component.html

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,5 +2,4 @@
22
<router-outlet></router-outlet>
33
</main>
44

5-
<niz-footer></niz-footer>
65
<niz-seo></niz-seo>

src/app/app.module.ts

Lines changed: 0 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,5 @@
11
import { NgModule } from '@angular/core';
22
import { BrowserModule } from '@angular/platform-browser';
3-
import { NizFooterModule, NizToolbarModule } from '@notiz/ngx-design';
43
import { ScullyLibModule } from '@scullyio/ng-lib';
54
import { AppRoutingModule } from './app-routing.module';
65
import { AppComponent } from './app.component';
@@ -12,8 +11,6 @@ import { SeoModule } from './components/seo/seo.module';
1211
BrowserModule,
1312
AppRoutingModule,
1413
ScullyLibModule.forRoot({ useTransferState: true, alwaysMonitor: true }),
15-
NizToolbarModule,
16-
NizFooterModule,
1714
SeoModule,
1815
],
1916
providers: [],

0 commit comments

Comments
 (0)