Skip to content

Commit f6405d1

Browse files
authored
Merge pull request #28 from thim81/main
Updated package.json & docs link readme
2 parents 4cb7d6a + 10cae07 commit f6405d1

File tree

2 files changed

+7
-1
lines changed

2 files changed

+7
-1
lines changed

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -30,7 +30,7 @@ Example: `overlayjs --openapi openapi.yml --overlay add-sparkle.yaml`
3030

3131
Use `overlayjs --help` to see the usage information.
3232

33-
See [docs/examples](docs/examples/index.md) for more examples.
33+
See [docs/examples](https://github.com/lornajane/openapi-overlays-js/docs/examples/index.md) for more examples.
3434

3535
## Project status
3636

package.json

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -13,6 +13,12 @@
1313
},
1414
"type": "module",
1515
"author": "Lorna Mitchell <[email protected]>",
16+
"homepage": "https://github.com/lornajane/openapi-overlays-js#readme",
17+
"bugs": "https://github.com/lornajane/openapi-overlays-js/issues",
18+
"repository": {
19+
"type": "git",
20+
"url": "git+https://github.com/lornajane/openapi-overlays-js.git"
21+
},
1622
"license": "Apache2",
1723
"dependencies": {
1824
"@stoplight/yaml": "^4.2.3",

0 commit comments

Comments
 (0)