mirror of
https://github.com/carloscuesta/gitmoji.git
synced 2025-12-08 20:14:12 +00:00
* ➕ Install `unbuild` dependency * 🚚 Rename `gitmojis.d.ts` to `index.d.ts` * ✨ Export `cjs` and `esm` with `unbuild` * 👷 Add `build` step to publish action * 🔧 Add `gitmojis` build output to turborepo config * 🔧 Add `build` as a dependency for `lint`, `tscheck` and `build` * ✨ Add `assert { type: json }` for JSON imports * 🧑💻 Watch changes on `gitmojis` to rebuild deps for website (#1282) Co-authored-by: Vinícius Hoyer <contact@vhoyer.dev>
6 lines
189 B
JavaScript
6 lines
189 B
JavaScript
import gitmojisJson from './gitmojis.json' assert { type: 'json' }
|
|
|
|
export { default as schema } from './schema.json' assert { type: 'json' }
|
|
|
|
export const gitmojis = gitmojisJson.gitmojis
|