mirror of
https://github.com/NaN72dev/kunkun-ext-string-utils.git
synced 2025-04-03 17:56:45 +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",
|
||||
"main": "dist/trim-start.js",
|
||||
"cmds": []
|
||||
},
|
||||
{
|
||||
"main": "dist/lorem.js",
|
||||
"name": "Generate a Lorem Ipsum sentence into your clipboard",
|
||||
"cmds": []
|
||||
}
|
||||
],
|
||||
"templateUiCmds": [
|
||||
@ -87,11 +92,6 @@
|
||||
"main": "dist/pad.js",
|
||||
"name": "Pad a string to a maximum length",
|
||||
"cmds": []
|
||||
},
|
||||
{
|
||||
"main": "dist/lorem.js",
|
||||
"name": "Generate a Lorem Ipsum sentence into your clipboard",
|
||||
"cmds": []
|
||||
}
|
||||
]
|
||||
},
|
||||
|
Loading…
x
Reference in New Issue
Block a user