1
0
mirror of https://github.com/simple-icons/simple-icons.git synced 2025-11-23 21:34:49 +02:00

Expose SDK in NPM package (#8077)

This commit is contained in:
Álvaro Mondéjar
2023-04-19 15:23:13 +02:00
committed by GitHub
parent 64c1996878
commit 6178243859
22 changed files with 395 additions and 225 deletions

View File

@@ -6,7 +6,7 @@
*/
import fakeDiff from 'fake-diff';
import { getIconsDataString, normalizeNewlines, collator } from '../utils.js';
import { getIconsDataString, normalizeNewlines, collator } from '../../sdk.mjs';
/**
* Contains our tests so they can be isolated from each other.