Skip to content

Commit b40e785

Browse files
committed
version up and updated nvm version
1 parent bb1735d commit b40e785

File tree

4 files changed

+5
-4
lines changed

4 files changed

+5
-4
lines changed

.nvmrc

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1 +1 @@
1-
18.13.0
1+
18.18.2

package-lock.json

Lines changed: 2 additions & 2 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "figma-include-accessibility-annotations",
3-
"version": "11",
3+
"version": "12",
44
"description": "Include is a tool built to make annotating for accessibility (a11y) easier",
55
"main": "code.js",
66
"scripts": {

src/figma-code/frame-helpers.js

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -4,6 +4,7 @@ import config from './config';
44
function getMainA11yLayerName({ pageName, pageType }) {
55
const saniName = utils.sanitizeName(pageName);
66
const pageTypeCap = utils.capitalize(pageType);
7+
78
return `${saniName} ${config.a11ySuffix} | ${pageTypeCap}`;
89
}
910

0 commit comments

Comments
 (0)