Skip to content

Commit 52a2c16

Browse files
fix(packaging): update css-vars-updater to compile to CJS
1 parent 66f2611 commit 52a2c16

File tree

2 files changed

+1
-1
lines changed

2 files changed

+1
-1
lines changed

packages/css-vars-updater/package.json

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,6 @@
44
"description": "Utility to update Patternfly CSS variables when migrating from V5 to a new design token system in V6",
55
"author": "Red Hat",
66
"license": "MIT",
7-
"type": "module",
87
"bin": "./dist/cli.js",
98
"engines": {
109
"node": ">=18"

packages/css-vars-updater/tsconfig.json

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,7 @@
11
{
22
"extends": "../../tsconfig.base.json",
33
"compilerOptions": {
4+
"module": "CommonJS",
45
"outDir": "./dist"
56
},
67
"include": ["src/**/*"],

0 commit comments

Comments
 (0)