Skip to content

Commit

Permalink
fix for empty file
Browse files Browse the repository at this point in the history
  • Loading branch information
lukasoppermann committed Jul 25, 2023
1 parent 5589ee7 commit e4958c7
Show file tree
Hide file tree
Showing 6 changed files with 7 additions and 7 deletions.
2 changes: 1 addition & 1 deletion dist/plugin.js

Large diffs are not rendered by default.

2 changes: 1 addition & 1 deletion dist/ui.html

Large diffs are not rendered by default.

2 changes: 1 addition & 1 deletion dist/ui.js

Large diffs are not rendered by default.

4 changes: 2 additions & 2 deletions package-lock.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "design-tokens",
"version": "6.8.1",
"version": "6.8.2",
"description": "Export design tokens from Figma",
"main": "plugin.js",
"repository": {
Expand Down
2 changes: 1 addition & 1 deletion src/utilities/version.ts
Original file line number Diff line number Diff line change
@@ -1,3 +1,3 @@
/* istanbul ignore file */
const version = '6.8.1'
const version = '6.8.2'
export default version

0 comments on commit e4958c7

Please sign in to comment.