mirror of
https://github.com/0x1da9430/img2html.git
synced 2026-07-22 05:41:41 +00:00
update to 1.0.2
This commit is contained in:
parent
0b4bdd1046
commit
f896087883
3 changed files with 5 additions and 4 deletions
|
|
@ -6,5 +6,5 @@
|
|||
"author": "0x1DA9430",
|
||||
"authorUrl": "https://github.com/0x1DA9430",
|
||||
"isDesktopOnly": false,
|
||||
"version": "1.0.1"
|
||||
"version": "1.0.2"
|
||||
}
|
||||
|
|
|
|||
4
package-lock.json
generated
4
package-lock.json
generated
|
|
@ -1,12 +1,12 @@
|
|||
{
|
||||
"name": "img2html",
|
||||
"version": "1.0.1",
|
||||
"version": "1.0.2",
|
||||
"lockfileVersion": 3,
|
||||
"requires": true,
|
||||
"packages": {
|
||||
"": {
|
||||
"name": "img2html",
|
||||
"version": "1.0.1",
|
||||
"version": "1.0.2",
|
||||
"license": "MIT",
|
||||
"devDependencies": {
|
||||
"@types/node": "^16.11.6",
|
||||
|
|
|
|||
|
|
@ -1,5 +1,6 @@
|
|||
{
|
||||
"0.1.0": "0.1.0",
|
||||
"1.0.0": "1.4.0",
|
||||
"1.0.1": "1.4.0"
|
||||
"1.0.1": "1.4.0",
|
||||
"1.0.2": "1.4.0"
|
||||
}
|
||||
Loading…
Reference in a new issue