Skip to content

Commit

Permalink
Removes @Private jsdoc attribute (#1131)
Browse files Browse the repository at this point in the history
  • Loading branch information
scalvert authored Nov 2, 2021
1 parent 4aea077 commit fecb2e4
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion packages/core/src/utils/normalize-package-name.ts
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,6 @@
*
* @param {string} name - The name of the package.
* @returns {string} Normalized name of the package
* @private
*/
export function normalizePackageName(name: string, prefix = 'checkup-plugin') {
let normalizedName = name;
Expand Down

0 comments on commit fecb2e4

Please sign in to comment.