Skip to content

Commit

Permalink
error messages when having invalid token names
Browse files Browse the repository at this point in the history
  • Loading branch information
lukasoppermann committed Mar 23, 2021
1 parent b0f35f4 commit b399ba3
Show file tree
Hide file tree
Showing 4 changed files with 4 additions and 4 deletions.
2 changes: 1 addition & 1 deletion dist/plugin.js
Original file line number Diff line number Diff line change
Expand Up @@ -1380,7 +1380,7 @@
"use strict";
Object.defineProperty(exports, "__esModule", { value: true });
/* istanbul ignore file */
const version = '2.1.1';
const version = '2.1.2';
exports.default = version;
});
define("src/utilities/semVerDifference", ["require", "exports"], function (require, exports) {
Expand Down
2 changes: 1 addition & 1 deletion 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": "2.1.1",
"version": "2.1.2",
"description": "Export design tokens from Figma",
"main": "code.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 = '2.1.1'
const version = '2.1.2'
export default version

0 comments on commit b399ba3

Please sign in to comment.