We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents 20e9290 + 81800f5 commit f7d5896Copy full SHA for f7d5896
1 file changed
src/put/publish.js
@@ -66,7 +66,6 @@ export default async ({
66
}
67
68
json['dist-tags'][tag] = version;
69
- json['dist-tags'].latest = version;
70
json._attachments[`${name}-${version}.tgz`] = pkg._attachments[`${name}-${version}.tgz`]; // eslint-disable-line no-underscore-dangle
71
json.versions[version] = versionData;
72
} catch (storageError) {
0 commit comments