mirror of
https://git.ddmt.top/ddmt/ddmt-tool.git
synced 2026-03-23 05:17:06 +00:00
1.0.5
This commit is contained in:
@@ -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:"
|
||||
}
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user