Skip to content

Commit

Permalink
ngx logger updates
Browse files Browse the repository at this point in the history
  • Loading branch information
davidf committed Mar 28, 2018
1 parent 4fac9ec commit 94f5bf2
Show file tree
Hide file tree
Showing 4 changed files with 32 additions and 5 deletions.
6 changes: 4 additions & 2 deletions .gitignore
Original file line number Diff line number Diff line change
Expand Up @@ -3,8 +3,6 @@ node_modules/*
src/node_modules/*
npm-debug.log

package-lock.json

# TypeScript
src/**/*.js
src/**/*.map
Expand Down Expand Up @@ -39,3 +37,7 @@ Desktop.ini
# Build files
dist/
tmp/


package-lock.json
init-test-bed.spec.js
12 changes: 11 additions & 1 deletion README.MD
Original file line number Diff line number Diff line change
Expand Up @@ -110,4 +110,14 @@ To provide them in your Testing Module
],
...
});
```
```

## 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!
8 changes: 7 additions & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -17,9 +17,15 @@
},
"author": {
"name": "David Fannin",
"email": "[email protected]"
"email": "dbfannin.npm@gmail.com"
},
"contributors": [
"danielsogl",
"IsNull",
"jensengar",
"leo6104",
"sam-lex",
"slindenberg",
"th3n3wguy <[email protected]>"
],
"keywords": [
Expand Down
11 changes: 10 additions & 1 deletion src/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -7,8 +7,17 @@
},
"author": {
"name": "David Fannin",
"email": "[email protected]"
"email": "dbfannin.npm@gmail.com"
},
"contributors": [
"danielsogl",
"IsNull",
"jensengar",
"leo6104",
"sam-lex",
"slindenberg",
"th3n3wguy <[email protected]>"
],
"keywords": [
"angular"
],
Expand Down

0 comments on commit 94f5bf2

Please sign in to comment.