Skip to content

Commit

Permalink
Update builded path for style dictionaryt
Browse files Browse the repository at this point in the history
  • Loading branch information
Androlax2 committed Apr 13, 2022
1 parent 21532bd commit 7cc8355
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@antipodes-medical/style-dictionary",
"version": "1.0.3",
"version": "2.0.0",
"main": "src/index.js",
"scripts": {
"test": "echo \"Error: no test specified\" && exit 1",
Expand Down
2 changes: 1 addition & 1 deletion src/index.js
Original file line number Diff line number Diff line change
Expand Up @@ -66,7 +66,7 @@ module.exports = StyleDictionary.extend({
'size/rem',
'color/css'
],
buildPath: 'resources/styles/style-dictionary/',
buildPath: 'resources/style-dictionary/',
prefix: 'token',
files: [
{
Expand Down

0 comments on commit 7cc8355

Please sign in to comment.