Skip to content

Commit

Permalink
feat(): Upgrade
Browse files Browse the repository at this point in the history
  • Loading branch information
Dimpu authored and Dimpu committed Sep 8, 2022
1 parent f62b7bb commit 29a5899
Show file tree
Hide file tree
Showing 5 changed files with 1,224 additions and 1,172 deletions.
3 changes: 3 additions & 0 deletions angular.json
Original file line number Diff line number Diff line change
Expand Up @@ -137,5 +137,8 @@
}
}
}
},
"cli": {
"analytics": false
}
}
24 changes: 12 additions & 12 deletions package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "ngx-md",
"version": "14.0.8",
"version": "14.2.1",
"author": {
"name": "Dimpu Aravind Buddha",
"email": "buddhaaravind@gmail.com",
Expand Down Expand Up @@ -43,14 +43,14 @@
},
"private": true,
"dependencies": {
"@angular/animations": "^14.0.4",
"@angular/common": "^14.0.4",
"@angular/compiler": "^14.0.4",
"@angular/core": "^14.0.4",
"@angular/forms": "^14.0.4",
"@angular/platform-browser": "^14.0.4",
"@angular/platform-browser-dynamic": "^14.0.4",
"@angular/router": "^14.0.4",
"@angular/animations": "^14.2.1",
"@angular/common": "^14.2.1",
"@angular/compiler": "^14.2.1",
"@angular/core": "^14.2.1",
"@angular/forms": "^14.2.1",
"@angular/platform-browser": "^14.2.1",
"@angular/platform-browser-dynamic": "^14.2.1",
"@angular/router": "^14.2.1",
"@types/he": "^1.1.2",
"@types/marked": "^4.0.3",
"he": "^1.2.0",
Expand All @@ -61,9 +61,9 @@
"zone.js": "^0.11.6"
},
"devDependencies": {
"@angular-devkit/build-angular": "^14.0.4",
"@angular/cli": "^14.0.4",
"@angular/compiler-cli": "^14.0.4",
"@angular-devkit/build-angular": "^14.2.1",
"@angular/cli": "^14.2.1",
"@angular/compiler-cli": "^14.2.1",
"@types/jasmine": "~4.0.0",
"@types/prismjs": "^1.26.0",
"jasmine-core": "~4.1.0",
Expand Down
19 changes: 0 additions & 19 deletions projects/ngx-md/src/lib/ngx-md.module.ts
Original file line number Diff line number Diff line change
@@ -1,22 +1,3 @@
// import { NgModule } from '@angular/core';
// import { NgxMdComponent } from './ngx-md.component';



// @NgModule({
// declarations: [
// NgxMdComponent
// ],
// imports: [
// ],
// exports: [
// NgxMdComponent
// ]
// })
// export class NgxMdModule { }



import { CommonModule } from '@angular/common';
import { NgModule, ModuleWithProviders } from '@angular/core';
import { NgxMdService } from './ngx-md.service';
Expand Down
1 change: 0 additions & 1 deletion tsconfig.json
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,6 @@
"paths": {
"ngx-md": [
"dist/ngx-md",
"dist/ngx-md"
]
},
"declaration": false,
Expand Down
Loading

0 comments on commit 29a5899

Please sign in to comment.