This commit is contained in:
2024-09-29 21:04:06 +08:00
parent 3a8a4aada3
commit c53528079b
6 changed files with 82 additions and 11 deletions

View File

@@ -1,7 +1,7 @@
{
"name": "ddmt-tool",
"version": "1.0.4",
"description": "ddmt-tool",
"version": "1.0.5",
"description": "A utility library that provides commonly used functions to simplify everyday development tasks. Whether it's string manipulation, array operations, or other frequent functionalities, `ddmt-tool` helps you work more efficiently.",
"main": "index.js",
"type": "module",
"scripts": {
@@ -12,5 +12,8 @@
"tool"
],
"author": "ddmt",
"license": "ISC"
"license": "ISC",
"dependencies": {
"ddmt-tool": "file:"
}
}