Skip to content

Commit d82bbb4

Browse files
committed
chore: Remove color-utilities from generate package script
1 parent ff4b1d9 commit d82bbb4

File tree

1 file changed

+1
-2
lines changed

1 file changed

+1
-2
lines changed

scripts/generate-package.js

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -23,7 +23,6 @@ const packages = [
2323
},
2424
packageRoot: path.join(root, './lib/node'),
2525
dependencies: [
26-
'@material/material-color-utilities',
2726
'autoprefixer',
2827
'glob',
2928
'jsonschema',
@@ -45,7 +44,7 @@ const packages = [
4544
files: ['shared', 'browser'],
4645
},
4746
packageRoot: path.join(root, './lib/browser'),
48-
dependencies: ['@material/material-color-utilities', 'tslib'],
47+
dependencies: ['tslib'],
4948
},
5049
];
5150

0 commit comments

Comments
 (0)