Skip to content

Commit

Permalink
Merge pull request #37 from greenkeeperio/feat/new-changes
Browse files Browse the repository at this point in the history
feat: switch to newer changes stream package
  • Loading branch information
janl authored Aug 9, 2019
2 parents 1f9fb26 + bff2f98 commit ca41432
Show file tree
Hide file tree
Showing 4 changed files with 306 additions and 174 deletions.
2 changes: 1 addition & 1 deletion lib/follow.js
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@ const crypto = require('crypto')
const url = require('url')

const _ = require('lodash')
const ChangesStream = require('changes-stream')
const ChangesStream = require('@npmcorp/changes-stream')
const request = require('request')
const StatsD = require('hot-shots')
const cleanDoc = require('normalize-registry-metadata')
Expand Down
Loading

0 comments on commit ca41432

Please sign in to comment.