1.0.7
This commit is contained in:
parent
64d42d4373
commit
c39b3de2bb
13
package-lock.json
generated
13
package-lock.json
generated
@ -1,13 +1,20 @@
|
||||
{
|
||||
"name": "ddmt-tool",
|
||||
"version": "1.0.6",
|
||||
"version": "1.0.7",
|
||||
"lockfileVersion": 3,
|
||||
"requires": true,
|
||||
"packages": {
|
||||
"": {
|
||||
"name": "ddmt-tool",
|
||||
"version": "1.0.6",
|
||||
"license": "MIT"
|
||||
"version": "1.0.7",
|
||||
"license": "MIT",
|
||||
"dependencies": {
|
||||
"ddmt-tool": "file:"
|
||||
}
|
||||
},
|
||||
"node_modules/ddmt-tool": {
|
||||
"resolved": "",
|
||||
"link": true
|
||||
}
|
||||
}
|
||||
}
|
||||
|
@ -1,6 +1,6 @@
|
||||
{
|
||||
"name": "ddmt-tool",
|
||||
"version": "1.0.6",
|
||||
"version": "1.0.7",
|
||||
"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",
|
||||
@ -12,5 +12,8 @@
|
||||
"tool"
|
||||
],
|
||||
"author": "ddmt",
|
||||
"license": "MIT"
|
||||
"license": "MIT",
|
||||
"dependencies": {
|
||||
"ddmt-tool": "file:"
|
||||
}
|
||||
}
|
||||
|
Loading…
x
Reference in New Issue
Block a user