Skip to content

Commit ab1e428

Browse files
committed
feat(ovtop): update paths and doc
1 parent 1941d9a commit ab1e428

File tree

2 files changed

+14
-6
lines changed

2 files changed

+14
-6
lines changed

packages/object-value-to-object-path/README.md

Lines changed: 11 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -30,8 +30,16 @@ Will generate
3030

3131
## Install
3232

33-
```sh
34-
npm install object-value-to-object-path --save
33+
Install with npm:
34+
35+
```bash
36+
npm install object-value-to-object-path
37+
```
38+
39+
Install with deno(jsr):
40+
41+
```bash
42+
deno add jsr:@tiagoporto/object-value-to-object-path
3543
```
3644

3745
## Usage
@@ -46,4 +54,4 @@ const result = objectValueToObjectPath(data)
4654

4755
## License
4856

49-
JSON Map Keys © 2020 by Tiago Porto is licensed under [MIT License](LICENSE).
57+
Object Value to Object Path © 2020 by Tiago Porto is licensed under [MIT License](LICENSE).

packages/object-value-to-object-path/package.json

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@
33
"version": "0.0.0-development",
44
"type": "module",
55
"description": "Replace json values with the key path.",
6-
"homepage": "https://github.com/tiagoporto/json-map-keys/tree/main/packages/json-map-keys#readme",
6+
"homepage": "https://github.com/tiagoporto/object-value-to-object-path/tree/main/packages/object-value-to-object-path#readme",
77
"keywords": [
88
"object-value",
99
"object-path",
@@ -16,8 +16,8 @@
1616
},
1717
"repository": {
1818
"type": "git",
19-
"url": "git+https://github.com/tiagoporto/json-map-keys.git",
20-
"directory": "packages/json-map-keys"
19+
"url": "git+https://github.com/tiagoporto/object-value-to-object-path.git",
20+
"directory": "packages/object-value-to-object-path"
2121
},
2222
"funding": "https://github.com/sponsors/tiagoporto",
2323
"sideEffects": false,

0 commit comments

Comments
 (0)