Remove lodash
No longer needed. :)
This commit is contained in:
parent
6b11d05dfd
commit
5195eb9040
2 changed files with 0 additions and 2 deletions
|
@ -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"
|
||||
}
|
||||
|
|
1
test.js
1
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')
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue