Skip to content

Commit bf87d5f

Browse files
committed
Merge pull request #1 from shama/patch-1
Add repository field to package.json
2 parents 00e3730 + cffa54b commit bf87d5f

File tree

1 file changed

+6
-2
lines changed

1 file changed

+6
-2
lines changed

package.json

Lines changed: 6 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -11,5 +11,9 @@
1111
"type": "MIT",
1212
"url": "http://www.opensource.org/licenses/mit-license.php"
1313
}
14-
]
15-
}
14+
],
15+
"repository": {
16+
"type": "git",
17+
"url": "git://github.com/webpack/loader-utils.git"
18+
}
19+
}

0 commit comments

Comments
 (0)