From 5195eb9040982f558a2a21132a259944e132b04a Mon Sep 17 00:00:00 2001 From: Oliver Davies Date: Tue, 23 Apr 2019 21:42:05 +0100 Subject: [PATCH] Remove lodash No longer needed. :) --- package.json | 1 - test.js | 1 - 2 files changed, 2 deletions(-) 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')