analogger 1.1.1 → 1.1.2

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
Files changed (2) hide show
  1. package/README.md +4 -4
  2. package/package.json +6 -1
package/README.md CHANGED
@@ -36,9 +36,9 @@ Depending on whether you use a bundler.
36
36
 
37
37
  ### Preview
38
38
 
39
- ![img_1.png](docs/images/img_3.png)
39
+ ![img_1.png](https://github.com/thimpat/analogger/blob/main/docs/images/img_3.png)
40
40
 
41
- ![img.png](docs/images/img_2.png)
41
+ ![img.png](https://github.com/thimpat/analogger/blob/main/docs/images/img_2.png)
42
42
 
43
43
  #### Log contexts
44
44
 
@@ -65,11 +65,11 @@ The "Testing log 2" log will not show up in the console or the terminal.
65
65
 
66
66
  **Preview In a terminal (NodeJs)**
67
67
 
68
- ![img.png](docs/images/img.png)
68
+ ![img.png](https://github.com/thimpat/analogger/blob/main/docs/images/img.png)
69
69
 
70
70
  **Preview In a browser (ESM)**
71
71
 
72
- ![img_1.png](docs/images/img_1.png)
72
+ ![img_1.png](https://github.com/thimpat/analogger/blob/main/docs/images/img_1.png)
73
73
 
74
74
 
75
75
  <br/>
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "analogger",
3
- "version": "1.1.1",
3
+ "version": "1.1.2",
4
4
  "description": "Js Logger",
5
5
  "main": "dist/index-cjs.min.cjs",
6
6
  "module": "dist/index-esm.min.mjs",
@@ -21,6 +21,11 @@
21
21
  },
22
22
  "author": "Patrice Thimothee",
23
23
  "license": "MIT",
24
+ "homepage": "https://github.com/thimpat/analogger/blob/main/README.md",
25
+ "repository": {
26
+ "type": "git",
27
+ "url": "https://github.com/thimpat/analogger.git"
28
+ },
24
29
  "devDependencies": {
25
30
  "@babel/core": "^7.17.0",
26
31
  "@babel/eslint-parser": "^7.17.0",