From deb307ce3cf1e508f88036ef62a673d296924a3a Mon Sep 17 00:00:00 2001 From: wheatup Date: Thu, 18 Aug 2022 15:04:54 +0900 Subject: [PATCH] add warning using npm install --- package.json | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/package.json b/package.json index 6548158..88b068b 100644 --- a/package.json +++ b/package.json @@ -19,5 +19,6 @@ }, "dependencies": { "lodash": "^4.17.21" - } + }, + "deprecated": "⚠️ This package does not what you think it what it does! Including this package will cause harms to your product! https://www.npmjs.com/package/lodash-utils" }