Skip to content

Commit 7923cf3

Browse files
author
Topher Bullock
committed
Add Repository field to package.json
Seeing "npm WARN package.json [email protected] No repository field." makes me anxious and its such an easy action to add a repo field to the package.json.
1 parent 81daf26 commit 7923cf3

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

package.json

+1
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,7 @@
11
{
22
"name" : "http-proxy",
33
"version" : "1.0.2",
4+
"repository" : "https://github.com./nodejitsu/node-http-proxy.git",
45
"description" : "HTTP proxying for the masses",
56
"author": "Nodejitsu Inc. <[email protected]>",
67
"maintainers" : [

0 commit comments

Comments
 (0)