Skip to content

Commit

Permalink
fix readme & add package.json
Browse files Browse the repository at this point in the history
  • Loading branch information
shtyr-maxim committed Oct 17, 2023
1 parent 8757b87 commit abc4c28
Show file tree
Hide file tree
Showing 2 changed files with 13 additions and 2 deletions.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,7 @@ The utility also generates a `params.json` file with presets for correct display

> **_NOTE:_**
>
> For more information on how to run the examples locally, please see the [CONTRIBUTING.md](./CONTRIBUTING.md#examples)
> For more information on how to run the examples locally, please see the [CONTRIBUTING.md](https://github.com/mappable-world/mappable-tiles-generator/blob/main/CONTRIBUTING.md#examples)
## Install

Expand Down
13 changes: 12 additions & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -47,5 +47,16 @@
"license": "Apache-2",
"bin": {
"mappable-tiles-generator": "./dist/index.js"
}
},
"repository": {
"type": "git",
"url": "https://github.com/mappable-world/mappable-tiles-generator.git"
},
"keywords": [
"mappable",
"mappable-world",
"utils",
"tiles-generator",
"mappable-tiles-generator"
]
}

0 comments on commit abc4c28

Please sign in to comment.