Skip to content

Commit

Permalink
fix
Browse files Browse the repository at this point in the history
  • Loading branch information
shtyr-maxim committed Oct 16, 2023
1 parent 0efb038 commit fc7ebbf
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -36,7 +36,7 @@ npx mappable-tiles-generator --help

You can use it via terminal:

```bash
```
Options:
-s, --source, --src Source image path [string] [required]
-d, --destination, --dst Destination tiles folder path
Expand Down
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@
"examples:tiles:gererate": "rm -rf example/tiles && node dist/index.js --s example/image.png --d example/tiles",
"examples:build": "npm run examples:image:load && npm run examples:tiles:gererate",
"examples": "webpack serve",
"bump": "npm version prerelease --preid=beta --no-git-tag-version && npm run bump:git",
"bump": "npm version patch --no-git-tag-version && npm run bump:git",
"bump:git": "git add --all && git commit -m \"New version $npm_package_version\" && git tag $npm_package_version && git push --tags origin HEAD:main"
},
"devDependencies": {
Expand Down

0 comments on commit fc7ebbf

Please sign in to comment.