Skip to content

Commit e883777

Browse files
committed
🐛 fix: make lodash a regular dependency instead of dev
1 parent ce007ae commit e883777

File tree

2 files changed

+3
-3
lines changed

2 files changed

+3
-3
lines changed

package.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "tailwindcss-custom-native",
3-
"version": "2.1.5",
3+
"version": "2.1.6",
44
"description": "Write your Tailwind CSS configuration file with your own custom utilities as though they were native to the framework",
55
"author": "Jacob Babich <jacobbabichpublic+git@gmail.com>",
66
"keywords": [
@@ -29,6 +29,7 @@
2929
"prepublish": "tsc"
3030
},
3131
"dependencies": {
32+
"lodash": "^4.17.19",
3233
"tailwindcss": "^1.4.6"
3334
},
3435
"devDependencies": {
@@ -43,7 +44,6 @@
4344
"eslint-plugin-import": "^2.22.0",
4445
"jest": "^26.1.0",
4546
"jest-matcher-css": "^1.1.0",
46-
"lodash": "^4.17.19",
4747
"mocha": "^8.0.1",
4848
"postcss": "^7.0.32",
4949
"source-map": "^0.7.3",

pnpm-lock.yaml

Lines changed: 1 addition & 1 deletion
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

0 commit comments

Comments
 (0)