diff --git a/.versionrc.json b/.versionrc.json deleted file mode 100644 index 82ef2e9..0000000 --- a/.versionrc.json +++ /dev/null @@ -1,20 +0,0 @@ -{ - "bumpFiles": [ - { - "filename": "openapi3.yaml", - "updater": "node_modules/@map-colonies/standard-version-update-openapi3-version/src/index.js" - }, - { - "filename": "package.json", - "type": "json" - }, - { - "filename": "package-lock.json", - "type": "json" - }, - { - "filename": "helm/Chart.yaml", - "updater": "node_modules/@map-colonies/standard-version-update-helm-version/src/index.js" - } - ] -}