@mappable-world/mappable-tiles-generator
Advanced tools
Comparing version 0.0.1-beta.3 to 0.0.1
{ | ||
"version": "0.0.1-beta.3", | ||
"version": "0.0.1", | ||
"name": "@mappable-world/mappable-tiles-generator", | ||
@@ -16,3 +16,3 @@ "description": "Mappable Maps JS API 3.0 Tile generator CLI utility", | ||
"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" | ||
@@ -19,0 +19,0 @@ }, |
@@ -39,3 +39,3 @@ # Mappable Tile generator CLI utility | ||
```bash | ||
``` | ||
Options: | ||
@@ -42,0 +42,0 @@ -s, --source, --src Source image path [string] [required] |
79358