Skip to content

Commit

Permalink
remove bugs from package.json
Browse files Browse the repository at this point in the history
not needed anymore. npm will infer it.
  • Loading branch information
sindresorhus committed Feb 14, 2014
1 parent a51df87 commit a417541
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion app/index.js
Original file line number Diff line number Diff line change
Expand Up @@ -125,7 +125,6 @@ GruntpluginGenerator.prototype.packageFile = function packageFile() {
description: this.props.description,
homepage: this.props.homepage,
repository: this.props.repository,
bugs: this.props.repository + 'issues',
author: {
name: this.authorOriginalName,
email: this.props.authorEmail
Expand Down

0 comments on commit a417541

Please sign in to comment.