chore: add repository field to npm package.json files

Fixes #2366

Closes #3621
This commit is contained in:
Pawel Kozlowski
2015-08-13 15:43:52 +02:00
parent 35a83b495a
commit 83b69e8edc
6 changed files with 6 additions and 0 deletions

View File

@ -59,6 +59,7 @@ module.exports = function makeNodeTree(destinationPath) {
homepage: BASE_PACKAGE_JSON.homepage,
bugs: BASE_PACKAGE_JSON.bugs,
license: BASE_PACKAGE_JSON.license,
repository: BASE_PACKAGE_JSON.repository,
contributors: BASE_PACKAGE_JSON.contributors,
dependencies: BASE_PACKAGE_JSON.dependencies,
devDependencies: BASE_PACKAGE_JSON.devDependencies,