Skip to content

Commit

Permalink
build: fix paths to new picker location
Browse files Browse the repository at this point in the history
  • Loading branch information
scttcper committed Feb 19, 2020
1 parent f76c9e2 commit 60a7e20
Show file tree
Hide file tree
Showing 5 changed files with 5 additions and 5 deletions.
2 changes: 1 addition & 1 deletion src/app/app.component.ts
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
import { Component } from '@angular/core';
import { EmojiEvent } from '../lib/emoji/public_api';
import { EmojiEvent } from '../lib/picker/ngx-emoji/public_api';

const CUSTOM_EMOJIS = [
{
Expand Down
2 changes: 1 addition & 1 deletion src/app/app.module.ts
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@ import { NgModule } from '@angular/core';
import { BrowserModule } from '@angular/platform-browser';
import { MdoButtonModule } from '@ctrl/ngx-github-buttons';

import { EmojiModule } from '../lib/emoji/emoji.module';
import { EmojiModule } from '../lib/picker/ngx-emoji/emoji.module';
import { PickerModule } from '../lib/picker/picker.module';
import { AppComponent } from './app.component';
import { FooterComponent } from './footer.component';
Expand Down
2 changes: 1 addition & 1 deletion tsconfig.app.json
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@
"outDir": "./out-tsc/app",
"types": [],
"paths": {
"@ctrl/ngx-emoji-mart/ngx-emoji": ["./src/lib/emoji/public_api"]
"@ctrl/ngx-emoji-mart/ngx-emoji": ["./src/lib/picker/ngx-emoji/public_api"]
}
},
"files": [
Expand Down
2 changes: 1 addition & 1 deletion tsconfig.json
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,7 @@
]
},
"paths": {
"@ctrl/ngx-emoji-mart/ngx-emoji": ["./src/lib/emoji/public_api"]
"@ctrl/ngx-emoji-mart/ngx-emoji": ["./src/lib/picker/ngx-emoji/public_api"]
},
"angularCompilerOptions": {
"fullTemplateTypeCheck": true,
Expand Down
2 changes: 1 addition & 1 deletion tsconfig.spec.json
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@
"node"
],
"paths": {
"@ctrl/ngx-emoji-mart/ngx-emoji": ["./src/lib/emoji/public_api"]
"@ctrl/ngx-emoji-mart/ngx-emoji": ["./src/lib/picker/ngx-emoji/public_api"]
}
},
"files": [
Expand Down

0 comments on commit 60a7e20

Please sign in to comment.