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

@ -6,6 +6,7 @@
"bugs": "<%= packageJson.bugs %>",
"contributors": <%= JSON.stringify(packageJson.contributors) %>,
"license": "<%= packageJson.license %>",
"repository": <%= JSON.stringify(packageJson.repository) %>,
"devDependencies": {
"yargs": "2.3.*",
"gulp-sourcemaps": "1.3.*",