Skip to content

Commit f7d5896

Browse files
authored
Merge pull request #81 from craftship/issue-80
Fix --tag support for npm publish
2 parents 20e9290 + 81800f5 commit f7d5896

1 file changed

Lines changed: 0 additions & 1 deletion

File tree

src/put/publish.js

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -66,7 +66,6 @@ export default async ({
6666
}
6767

6868
json['dist-tags'][tag] = version;
69-
json['dist-tags'].latest = version;
7069
json._attachments[`${name}-${version}.tgz`] = pkg._attachments[`${name}-${version}.tgz`]; // eslint-disable-line no-underscore-dangle
7170
json.versions[version] = versionData;
7271
} catch (storageError) {

0 commit comments

Comments
 (0)