1
0
mirror of synced 2026-02-04 16:07:51 +08:00

doc: update readme

This commit is contained in:
wll8
2022-08-18 16:21:49 +08:00
parent 9a02f3ecf0
commit b767004daa
2 changed files with 31 additions and 29 deletions

View File

@@ -2,7 +2,7 @@
"name": "lodash-utils",
"version": "1.0.5",
"description": "",
"main": "index.js",
"main": "build/lodash_utils.min.js",
"scripts": {
"test": "echo \"Error: no test specified\" && exit 1",
"build": "uglifyjs --compress --mangle --output build/lodash_utils.min.js -- index.js"
@@ -13,12 +13,14 @@
"devDependencies": {
"uglify-js": "^3.13.3"
},
"files": [
"build"
],
"repository": {
"type": "git",
"url": "https://github.com/wheatup/evil.js"
"url": "https://github.com/wll8/lodash-utils"
},
"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"
}
}