Skip to content

Commit

Permalink
typo
Browse files Browse the repository at this point in the history
  • Loading branch information
rlingineni committed Oct 2, 2024
1 parent 24b618c commit f414eaa
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions packages/gestalt-design-tokens/src/build.js
Original file line number Diff line number Diff line change
Expand Up @@ -7,15 +7,15 @@ const { getWebConfig } = require('./platforms/web');
const { getAndroidConfiguration } = require('./platforms/android');
const { getIOSConfiguration } = require('./platforms/ios');
const { registerWebFormats } = require('./formatters/registerWebFormats');
const { registerFileHeader } = require('./headers/fileheader');
const { registerFileHeaders } = require('./headers/fileheader');

const platformFileMap = {
web: ['css', 'json', 'js'],
android: ['android'],
ios: ['ios', 'ios-swift'],
};

registerFileHeader(StyleDictionary);
registerFileHeaders(StyleDictionary);
registerWebFormats(StyleDictionary);
registerTokenFilters(StyleDictionary);
registerTokenTransforms(StyleDictionary);
Expand Down

0 comments on commit f414eaa

Please sign in to comment.