mirror of
https://github.com/NaN72dev/kunkun-ext-string-utils.git
synced 2025-04-04 10:16:44 +00:00
fix(lorem): make lorem headless
This commit is contained in:
parent
2508235412
commit
cf18967233
10
package.json
10
package.json
@ -75,6 +75,11 @@
|
|||||||
"name": "Trim the start of clipboard text",
|
"name": "Trim the start of clipboard text",
|
||||||
"main": "dist/trim-start.js",
|
"main": "dist/trim-start.js",
|
||||||
"cmds": []
|
"cmds": []
|
||||||
|
},
|
||||||
|
{
|
||||||
|
"main": "dist/lorem.js",
|
||||||
|
"name": "Generate a Lorem Ipsum sentence into your clipboard",
|
||||||
|
"cmds": []
|
||||||
}
|
}
|
||||||
],
|
],
|
||||||
"templateUiCmds": [
|
"templateUiCmds": [
|
||||||
@ -87,11 +92,6 @@
|
|||||||
"main": "dist/pad.js",
|
"main": "dist/pad.js",
|
||||||
"name": "Pad a string to a maximum length",
|
"name": "Pad a string to a maximum length",
|
||||||
"cmds": []
|
"cmds": []
|
||||||
},
|
|
||||||
{
|
|
||||||
"main": "dist/lorem.js",
|
|
||||||
"name": "Generate a Lorem Ipsum sentence into your clipboard",
|
|
||||||
"cmds": []
|
|
||||||
}
|
}
|
||||||
]
|
]
|
||||||
},
|
},
|
||||||
|
Loading…
x
Reference in New Issue
Block a user