Don't watch `package.json` files (#573)

master
Brad Cornes 2022-07-06 17:08:36 +01:00 committed by GitHub
parent d09a4b11f1
commit f368c1c454
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 1 additions and 1 deletions

View File

@ -100,7 +100,7 @@ new Function(
)(require, __dirname)
const CONFIG_FILE_GLOB = '{tailwind,tailwind.config}.{js,cjs}'
const PACKAGE_GLOB = '{package.json,package-lock.json,yarn.lock,pnpm-lock.yaml}'
const PACKAGE_GLOB = '{package-lock.json,yarn.lock,pnpm-lock.yaml}'
const TRIGGER_CHARACTERS = [
// class attributes
'"',