Skip to content

Commit

Permalink
Merge pull request #15 from CashStory/warning-fix
Browse files Browse the repository at this point in the history
Warning fix
  • Loading branch information
riderx authored Nov 23, 2020
2 parents 96af995 + a409dbd commit ddc49ca
Show file tree
Hide file tree
Showing 4 changed files with 48 additions and 37 deletions.
5 changes: 5 additions & 0 deletions angular.json
Original file line number Diff line number Diff line change
Expand Up @@ -11,6 +11,11 @@
"build": {
"builder": "@angular-devkit/build-angular:browser",
"options": {
"allowedCommonJsDependencies": [
"lodash",
"xlsx",
"file-saver"
],
"preserveSymlinks": true,
"outputPath": "dist/public",
"index": "src/index.html",
Expand Down
77 changes: 41 additions & 36 deletions package-lock.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

1 change: 1 addition & 0 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -58,6 +58,7 @@
"jest": "^26.5.0",
"jest-puppeteer": "^4.4.0",
"jsonwebtoken": "^8.5.0",
"lodash-es": "^4.17.15",
"ngx-color-picker": "^9.1.0",
"ngx-cookie-service": "^2.3.0",
"ngx-filesaver": "^8.1.0",
Expand Down
2 changes: 1 addition & 1 deletion src/app/services/speech-service.ts
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
import { Injectable, NgZone } from '@angular/core';
import { Observable } from 'rxjs/Rx';
import { Observable } from 'rxjs';
import { timeout } from 'rxjs/operators';
// @ts-ignore
const SpeechRecognition = window.SpeechRecognition || window.webkitSpeechRecognition;
Expand Down

0 comments on commit ddc49ca

Please sign in to comment.