Skip to content

Commit

Permalink
fix: rename colors import in updateDefaultConfig script
Browse files Browse the repository at this point in the history
  • Loading branch information
muhammadsammy committed May 21, 2023
1 parent 98d5e3b commit 7de09c6
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion scripts/updateDefaultConfig.js
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
const fs = require('fs').promises;
const colors = require('colors');
const colors = require('@colors/colors');

// updates 'defaultTailwindConfig' in src/cli/lib/defaultTailwindConfig.ts
// with the latest config from tailwindcss. used in npm scripts
Expand Down

0 comments on commit 7de09c6

Please sign in to comment.