Skip to content

Update URLS in package.json and version in package-lock.json

Eric Cornelissen requested to merge (removed):update-manifest into master

This Merge Request proposes two changes:

  • Update the URLs in package.json. Currently they point to the (now archived) fuzzitdev repo on GitHub. This is especially confusing as this is the link shown on NPM. I'm not sure if they're all correct as I've never set these URLs to point at a GitLab repository.
  • Update the "version" field in package-lock.json, because NPM automatically changes this when a contributor does npm install.

PS. Great package 😃 I've been using go-fuzz for a while and was looking for a JavaScript equivalent!

Merge request reports