From e0df49de08b1e8e22267c95e5545193c901daef2 Mon Sep 17 00:00:00 2001 From: georgewrmarshall Date: Thu, 8 Feb 2024 12:46:16 -0800 Subject: [PATCH 1/2] chore: updating package.json css path --- package.json | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/package.json b/package.json index 41023b18..bb96245b 100644 --- a/package.json +++ b/package.json @@ -22,14 +22,14 @@ "types": "./dist/types/index.d.ts" }, "./package.json": "./package.json", - "./src/css/design-tokens.css": "./src/css/design-tokens.css" + "./design-tokens.css": "./src/css/design-tokens.css" }, "main": "./dist/index.js", "module": "./dist/index.mjs", "types": "./dist/types/index.d.ts", "files": [ "dist", - "src/css/" + "src/css/design-tokens.css" ], "scripts": { "build": "tsup --clean && yarn build:types", From 7e0a75e192312ac3c49f0da8f98971e394eb3291 Mon Sep 17 00:00:00 2001 From: georgewrmarshall Date: Thu, 8 Feb 2024 17:02:33 -0800 Subject: [PATCH 2/2] chore: updating constraints.pro file --- constraints.pro | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/constraints.pro b/constraints.pro index 3f2b3ba7..f4b9c385 100644 --- a/constraints.pro +++ b/constraints.pro @@ -81,7 +81,7 @@ gen_enforced_field(WorkspaceCwd, 'exports["./package.json"]', './package.json'). % The list of files included in the package must only include files generated % during the build step. -gen_enforced_field(WorkspaceCwd, 'files', ['dist', 'src/css/']). +gen_enforced_field(WorkspaceCwd, 'files', ['dist', 'src/css/design-tokens.css']). % If a dependency is listed under "dependencies", it should not be listed under % "devDependencies".