Skip to content

Commit

Permalink
Upgrade: doctrine to 1.2.2 (fixes eslint#6121) (eslint#6231)
Browse files Browse the repository at this point in the history
  • Loading branch information
alberto authored and gyandeeps committed May 20, 2016
1 parent 74c458d commit 777941e
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 1 deletion.
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -39,7 +39,7 @@
"chalk": "^1.1.3",
"concat-stream": "^1.4.6",
"debug": "^2.1.1",
"doctrine": "^1.2.1",
"doctrine": "^1.2.2",
"es6-map": "^0.1.3",
"escope": "^3.6.0",
"espree": "3.1.4",
Expand Down
1 change: 1 addition & 0 deletions tests/lib/rules/valid-jsdoc.js
Original file line number Diff line number Diff line change
Expand Up @@ -39,6 +39,7 @@ ruleTester.run("valid-jsdoc", rule, {
"/**\n* Description\n* @override */\nfunction foo(arg1, arg2){ return ''; }",
"/**\n* Description\n* @inheritdoc */\nfunction foo(arg1, arg2){ return ''; }",
"/**\n* Description\n* @inheritDoc */\nfunction foo(arg1, arg2){ return ''; }",
"/**\n* Description\n* @Returns {void} */\nfunction foo(){}",
{
code:
"call(\n" +
Expand Down

0 comments on commit 777941e

Please sign in to comment.