Fix CI build failure and add missing LICENSE files

Add "require" export condition to tailwind-preset for Node 18 CJS
compatibility (jiti resolution). Add LICENSE files to react,
tailwind-preset, and hex-background packages. Add license field to
showcase packages.

Co-Authored-By: Claude Opus 4.6 <noreply@anthropic.com>
This commit is contained in:
michael
2026-03-07 10:31:55 -08:00
parent 21acd98260
commit 30a0510a5e
6 changed files with 67 additions and 1 deletions

View File

@@ -2,6 +2,7 @@
"name": "@dangerousthings/showcase-desktop",
"version": "0.0.0",
"private": true,
"license": "MIT",
"description": "Desktop showcase for the Dangerous Things design system",
"author": {
"name": "Dangerous Things",

View File

@@ -2,6 +2,7 @@
"name": "@dangerousthings/showcase-mobile",
"version": "0.0.0",
"private": true,
"license": "MIT",
"main": "./index.js",
"scripts": {
"start": "expo start",