@es-joy/jsdoccomment
Advanced tools
Comparing version 0.7.0 to 0.7.1
# CHANGES for `@es-joy/jsdoccomment` | ||
## 0.7.1 | ||
- Fix: Add `@summary` to `noNames` | ||
## 0.7.0 | ||
@@ -4,0 +8,0 @@ |
{ | ||
"name": "@es-joy/jsdoccomment", | ||
"version": "0.7.0", | ||
"version": "0.7.1", | ||
"author": "Brett Zamir <brettz9@yahoo.com>", | ||
@@ -5,0 +5,0 @@ "contributors": [], |
@@ -30,3 +30,4 @@ // Todo: We ideally would use comment-parser's es6 directory, but as the repo | ||
'return', 'returns', | ||
'since', 'throws', | ||
'since', 'summary', | ||
'throws', | ||
'version', 'variation' | ||
@@ -33,0 +34,0 @@ ]; |
Sorry, the diff of this file is not supported yet
License Policy Violation
LicenseThis package is not allowed per your license policy. Review the package's license to ensure compliance.
Found 1 instance in 1 package
License Policy Violation
LicenseThis package is not allowed per your license policy. Review the package's license to ensure compliance.
Found 1 instance in 1 package
44296
1098