Skip to content

Commit

Permalink
fix: #31 update config to output correct data from Tokens
Browse files Browse the repository at this point in the history
  • Loading branch information
blackfalcon committed Nov 13, 2020
1 parent f09f73d commit d05eedb
Showing 1 changed file with 9 additions and 2 deletions.
11 changes: 9 additions & 2 deletions scripts/config.json
Original file line number Diff line number Diff line change
Expand Up @@ -243,7 +243,7 @@
}
]
},
"JSExports--color": {
"JSmodule--color": {
"transformGroup": "js",
"comment": "File type: JS; data type: JS; filter: colors || public",
"buildPath": "./dist/tokens/",
Expand All @@ -258,7 +258,14 @@
},
"public": true
}
},
}
]
},
"JSes6--color": {
"transformGroup": "js",
"comment": "File type: JS; data type: JS; filter: colors || public",
"buildPath": "./dist/tokens/",
"files": [
{
"destination": "JSVariables--color.js",
"format": "javascript/es6",
Expand Down

0 comments on commit d05eedb

Please sign in to comment.