Remove lodash
No longer needed. :)
This commit is contained in:
parent
6b11d05dfd
commit
5195eb9040
|
@ -20,7 +20,6 @@
|
||||||
"jest-matcher-css": "^1.0.3"
|
"jest-matcher-css": "^1.0.3"
|
||||||
},
|
},
|
||||||
"dependencies": {
|
"dependencies": {
|
||||||
"lodash": "^4.17.11",
|
|
||||||
"postcss": "^7.0.14",
|
"postcss": "^7.0.14",
|
||||||
"tailwindcss": "^1.0.0-beta.5"
|
"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 cssMatcher = require('jest-matcher-css')
|
||||||
const defaultConfig = require('tailwindcss/defaultConfig')
|
const defaultConfig = require('tailwindcss/defaultConfig')
|
||||||
const plugin = require('./index.js')
|
const plugin = require('./index.js')
|
||||||
|
|
Loading…
Reference in a new issue