eyes.js
eyes.js copied to clipboard
Missing repository field in package.json
When I check the package.json here, it seems that the repository is defined correctly. But on npm registry https://www.npmjs.com/package/eyes there is no repository link. According to https://github.com/cloudhead/eyes.js/commit/6ef998bbc635b60fe13e352c104709e88cc6a919 it has already been fixed, but probably not published to the registry?
As far as I see, the repository field was added after 0.1.8 was published on NPMJS.
As there are some popular packages depending on this one (e.g. winston), it would be great to have the repo in the current version.
@indexzero any chance to publish this as a minor fix?