diff --git a/package-lock.json b/package-lock.json index b4ff575..40e63c3 100644 --- a/package-lock.json +++ b/package-lock.json @@ -1,6 +1,6 @@ { "name": "ngx-interactive-paycard-workspace", - "version": "2.0.0", + "version": "2.0.1", "lockfileVersion": 1, "requires": true, "dependencies": { diff --git a/package.json b/package.json index d9768d9..5e9fc77 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "ngx-interactive-paycard-workspace", - "version": "2.0.0", + "version": "2.0.1", "license": "MIT", "engines": { "node": "12.16.3", diff --git a/projects/ngx-interactive-paycard-lib/package.json b/projects/ngx-interactive-paycard-lib/package.json index 0a369e9..50ae038 100644 --- a/projects/ngx-interactive-paycard-lib/package.json +++ b/projects/ngx-interactive-paycard-lib/package.json @@ -1,6 +1,6 @@ { "name": "ngx-interactive-paycard", - "version": "2.0.0", + "version": "2.0.1", "license": "MIT", "peerDependencies": { "@angular/common": "^10.0.6", diff --git a/projects/ngx-interactive-paycard-lib/src/lib/interactive-paycard.module.ts b/projects/ngx-interactive-paycard-lib/src/lib/interactive-paycard.module.ts index cfb6be0..e826d47 100644 --- a/projects/ngx-interactive-paycard-lib/src/lib/interactive-paycard.module.ts +++ b/projects/ngx-interactive-paycard-lib/src/lib/interactive-paycard.module.ts @@ -14,7 +14,6 @@ import { IfUndefinedChangesDirective } from './shared/if-undefined-changes.direc imports: [ FormsModule, CommonModule, - BrowserModule, BrowserAnimationsModule ], exports: [InteractivePaycardComponent]