فهرست منبع

Update bin/sync-version-numbers

Kevin van Zonneveld 6 سال پیش
والد
کامیت
b9f0575c42
1فایلهای تغییر یافته به همراه1 افزوده شده و 1 حذف شده
  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