From 94f5bf283bc009f26735d4b05399f1a1bda9f833 Mon Sep 17 00:00:00 2001 From: davidf Date: Wed, 28 Mar 2018 08:13:56 -0500 Subject: [PATCH] ngx logger updates --- .gitignore | 6 ++++-- README.MD | 12 +++++++++++- package.json | 8 +++++++- src/package.json | 11 ++++++++++- 4 files changed, 32 insertions(+), 5 deletions(-) diff --git a/.gitignore b/.gitignore index 6d0935c..13290e2 100644 --- a/.gitignore +++ b/.gitignore @@ -3,8 +3,6 @@ node_modules/* src/node_modules/* npm-debug.log -package-lock.json - # TypeScript src/**/*.js src/**/*.map @@ -39,3 +37,7 @@ Desktop.ini # Build files dist/ tmp/ + + +package-lock.json +init-test-bed.spec.js \ No newline at end of file diff --git a/README.MD b/README.MD index 36e0cd5..1449852 100644 --- a/README.MD +++ b/README.MD @@ -110,4 +110,14 @@ To provide them in your Testing Module ], ... }); -``` \ No newline at end of file +``` + +## Development +All are welcome to contribute to NGX Logger. A couple quick notes to get started.. + +* NGX Logger is built with https://github.com/jvandemo/generator-angular2-library +* To use npm link, you must link the /src (or /dist after it is built) directory not root. +* When possible, try to follow patterns that have already been established in the library +* Try to make your code as simple as possible + * Even if the code could be made shorter, having code that is readable and easily understood is way more valuable +* Have fun! diff --git a/package.json b/package.json index e05093a..08ac75e 100644 --- a/package.json +++ b/package.json @@ -17,9 +17,15 @@ }, "author": { "name": "David Fannin", - "email": "dbfannin@gmail.com" + "email": "dbfannin.npm@gmail.com" }, "contributors": [ + "danielsogl", + "IsNull", + "jensengar", + "leo6104", + "sam-lex", + "slindenberg", "th3n3wguy " ], "keywords": [ diff --git a/src/package.json b/src/package.json index 1a9e9c4..7f41494 100644 --- a/src/package.json +++ b/src/package.json @@ -7,8 +7,17 @@ }, "author": { "name": "David Fannin", - "email": "dbfannin@gmail.com" + "email": "dbfannin.npm@gmail.com" }, + "contributors": [ + "danielsogl", + "IsNull", + "jensengar", + "leo6104", + "sam-lex", + "slindenberg", + "th3n3wguy " + ], "keywords": [ "angular" ],