Skip to content

Commit cd8aeb2

Browse files
committed
release 1.0.5 - fix main in package.json
1 parent 50882d1 commit cd8aeb2

File tree

2 files changed

+3
-3
lines changed

2 files changed

+3
-3
lines changed

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -40,7 +40,7 @@ import { log } from '@trarn/angular-logger';
4040
| `assert` | `method` | Accepts an assertion group and a message/object. Acts as a standard console.assert |
4141
| `group` | `method` | Starts a console group |
4242
| `groupEnd` | `method` | Ends the above mentioned "group" |
43-
| `Observable` | `method` | Interacts as an angular Observable |
43+
| `Observable` | `method` | Interacts with/as an angular Observable, accepts an Observable and a name |
4444

4545

4646
-- -

package.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,10 +1,10 @@
11
{
22
"name": "@trarn/angular-logger",
3-
"version": "1.0.4",
3+
"version": "1.0.5",
44
"description": "A logger built with angular in mind",
55
"type": "module",
66
"types": "build/index.d.ts",
7-
"main": "build/index.js",
7+
"main": "index.ts",
88
"files": [
99
"build",
1010
"README.md",

0 commit comments

Comments
 (0)