Skip to content

Commit abd48b9

Browse files
committed
feat(follow): get license and author
1 parent fab33b8 commit abd48b9

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

lib/follow.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -66,7 +66,7 @@ async function handleChange ({ channel, client, registry }, change) {
6666

6767
cleanDoc(change.doc)
6868
const distTags = _.get(change, 'doc.dist-tags')
69-
const versions = _.mapValues(change.doc.versions, v => _.pick(v, ['gitHead', 'repository']))
69+
const versions = _.mapValues(change.doc.versions, v => _.pick(v, ['gitHead', 'repository', 'license', '_npmUser']))
7070

7171
const payload = {
7272
name: 'registry-change',

0 commit comments

Comments
 (0)