Skip to content

Commit

Permalink
Cleaned up project a bit more and ifxed readme
Browse files Browse the repository at this point in the history
  • Loading branch information
Aaron Newman authored and Tgure committed Jun 29, 2020
1 parent 51ff371 commit 201b7a1
Show file tree
Hide file tree
Showing 2 changed files with 12 additions and 13 deletions.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@ To install follow this procedure:
import { NgModule } from '@angular/core';
import { BrowserModule } from '@angular/platform-browser';
import { MyTestApp } from './my-test-app';
import { NgxLogglyModule } from 'ngx-loggly-logger';
import { LogglyService } from 'ngx-loggly-logger';

@NgModule({
providers: [ LogglyService ],
Expand Down
23 changes: 11 additions & 12 deletions package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "ngx-loggly-logger",
"version": "0.0.19",
"version": "0.0.21",
"scripts": {
"build": "ngc -p tsconfig.json",
"lint": "tslint src/**/*.ts",
Expand All @@ -25,24 +25,23 @@
},
"main": "./dist/index.js",
"dependencies": {
"@angular/core": "~2.4.8",
"@angular/common": "~2.4.8",
"@angular/http": "~2.4.8",
"@angular/platform-browser": "~2.4.8",
"rxjs": "~5.1.1",
"zone.js": "~0.7.7",
"ng2-cookies": "~1.0.4"
},
"devDependencies": {
"@angular/common": "~2.4.8",
"@angular/http": "~2.4.1",
"@angular/platform-browser": "~2.4.1",
"@angular/compiler": "~2.4.5",
"@angular/compiler-cli": "~2.4.5",
"@angular/core": "~2.4.8",
"@angular/platform-server": "~2.4.5",
"@angular/compiler": "~2.4.8",
"@angular/compiler-cli": "~2.4.8",
"@angular/platform-server": "~2.4.8",
"codelyzer": "~2.0.0",
"rxjs": "~5.1.1",
"tslint": "~4.4.2",
"typescript": "~2.1.6",
"zone.js": "~0.7.7",
"@types/es6-shim": "~0.31.32",
"@types/protractor": "~4.0.0",
"@types/jasmine": "~2.5.40",
"@types/jasmine": "~2.5.43",
"@types/selenium-webdriver": "~2.53.39"
},
"engines": {
Expand Down

0 comments on commit 201b7a1

Please sign in to comment.