diff --git a/package.json b/package.json index 700a871..059e460 100644 --- a/package.json +++ b/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": [] } ] },