Merge branch 'master' of https://github.com/SVG-Edit/svgedit into V7-preview

This commit is contained in:
Agriya Dev5
2021-05-18 13:04:27 +05:30
188 changed files with 4534 additions and 4567 deletions

View File

@@ -14,22 +14,14 @@
# Default build command.
command = "npm run build"
# Production context: all deploys from the Production branch set in your site's
# deploy contexts will inherit these settings.
[context."v7-preview"]
publish = "/"
[context."release-v6.0.0"]
publish = "/"
command = "echo 'branch release-v6.0.0 already built'"
[context."release-v5.1.0"]
publish = "/"
command = "echo 'branch release-v5.1.0 already built'"
[context.master]
publish = "/"
command = "echo 'already built'"
# Production context: all deploys from the Production branch set in your site's
# deploy contexts will inherit these settings.