Skip to content

Commit c876760

Browse files
committed
Merge pull request aheckmann#21 from boozedog/master
Get rid of the npm "should probably be bugs['url']" warning
2 parents 8215a29 + 4cd7e00 commit c876760

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@
44
, "author": "Aaron Heckmann <[email protected]>"
55
, "keywords": ["email", "sendmail", "node-email"]
66
, "engines": { "node": ">= 0.1.92" }
7-
, "bugs": "http://github.com/aheckmann/node-email/issues"
7+
, "bugs": { "url": "http://github.com/aheckmann/node-email/issues" }
88
, "licenses": [{ "type": "MIT", "url": "http://www.opensource.org/licenses/mit-license.php" }]
99
, "main": "./index"
1010
, "repository": { "type": "git", "url": "git://github.com/aheckmann/node-email.git" }

0 commit comments

Comments
 (0)