Browse Source

Update bin/sync-version-numbers

Kevin van Zonneveld 6 năm trước cách đây
mục cha
commit
b9f0575c42
1 tập tin đã thay đổi với 1 bổ sung1 xóa
  1. 1 1
      bin/sync-version-numbers

+ 1 - 1
bin/sync-version-numbers

@@ -34,5 +34,5 @@ main_package_version=$(node -p "require('./packages/uppy/package.json').version"
 # Legacy defeater for also renaming the old /dist/ locations, can be removed as soon as everything's on the new dist-less thing
 replace-x -r 'uppy/v\d+\.\d+\.\d+/dist/' "uppy/v$main_package_version/" ${version_files} --exclude=node_modules
 replace-x -r 'uppy/v\d+\.\d+\.\d+/' "uppy/v$main_package_version/" ${version_files} --exclude=node_modules
-replace-x -r 'uppy@\d+\.\d+\.\d+' "uppy@$main_package_version" ${version_files} --exclude=node_modules
+# replace-x -r 'uppy@\d+\.\d+\.\d+' "uppy@$main_package_version" ${version_files} --exclude=node_modules
 git add ${version_files} # add changes to the Release commit