Skip to content

Commit

Permalink
Merge pull request #57 from PEM--/patch-1
Browse files Browse the repository at this point in the history
Typo in mdg:validated-method
  • Loading branch information
markdowney committed Jul 25, 2016
2 parents 25d39d8 + dd09cb7 commit 86dbc93
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions src/plugins/security/components/package-audit.js
Original file line number Diff line number Diff line change
Expand Up @@ -51,9 +51,9 @@ export default React.createClass({
{this._checkPackageIsRemoved('autopublish')}
{this._checkPackageIsIncluded('aldeed:simple-schema')}
{this._checkPackageIsIncluded('audit-argument-checks')}
{this._checkPackageIsIncluded('mdg:validated-methods')}
{this._checkPackageIsIncluded('mdg:validated-method')}
</ul>
</div>
)
}
});
});

0 comments on commit 86dbc93

Please sign in to comment.