We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 66f2611 commit 52a2c16Copy full SHA for 52a2c16
packages/css-vars-updater/package.json
@@ -4,7 +4,6 @@
4
"description": "Utility to update Patternfly CSS variables when migrating from V5 to a new design token system in V6",
5
"author": "Red Hat",
6
"license": "MIT",
7
- "type": "module",
8
"bin": "./dist/cli.js",
9
"engines": {
10
"node": ">=18"
packages/css-vars-updater/tsconfig.json
@@ -1,6 +1,7 @@
1
{
2
"extends": "../../tsconfig.base.json",
3
"compilerOptions": {
+ "module": "CommonJS",
"outDir": "./dist"
},
"include": ["src/**/*"],
0 commit comments