Skip to content

Commit

Permalink
Merge pull request #29 from milantenk/browser-module
Browse files Browse the repository at this point in the history
Removing BrowserModule from the library
  • Loading branch information
milantenk authored May 23, 2021
2 parents bded70c + 36f5ce7 commit 93a8062
Show file tree
Hide file tree
Showing 4 changed files with 3 additions and 4 deletions.
2 changes: 1 addition & 1 deletion package-lock.json

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

2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "ngx-interactive-paycard-workspace",
"version": "2.0.0",
"version": "2.0.1",
"license": "MIT",
"engines": {
"node": "12.16.3",
Expand Down
2 changes: 1 addition & 1 deletion projects/ngx-interactive-paycard-lib/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "ngx-interactive-paycard",
"version": "2.0.0",
"version": "2.0.1",
"license": "MIT",
"peerDependencies": {
"@angular/common": "^10.0.6",
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,6 @@ import { IfUndefinedChangesDirective } from './shared/if-undefined-changes.direc
imports: [
FormsModule,
CommonModule,
BrowserModule,
BrowserAnimationsModule
],
exports: [InteractivePaycardComponent]
Expand Down

0 comments on commit 93a8062

Please sign in to comment.