diff --git a/package.json b/package.json index 37e289a..68f38bf 100644 --- a/package.json +++ b/package.json @@ -20,7 +20,6 @@ "jest-matcher-css": "^1.0.3" }, "dependencies": { - "lodash": "^4.17.11", "postcss": "^7.0.14", "tailwindcss": "^1.0.0-beta.5" } diff --git a/test.js b/test.js index dc0eb2e..08c56a8 100644 --- a/test.js +++ b/test.js @@ -1,4 +1,3 @@ -const _ = require('lodash') const cssMatcher = require('jest-matcher-css') const defaultConfig = require('tailwindcss/defaultConfig') const plugin = require('./index.js')