We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent eb86725 commit 069078bCopy full SHA for 069078b
1 file changed
package.json
@@ -1,13 +1,12 @@
1
{
2
"name": "djs-command-helper",
3
- "version": "4.2.1",
+ "version": "4.2.2",
4
"description": "A simple, easy to use module that houses functions to can refresh global and guild specific commands for your Discord App.",
5
"main": "./dist/index.js",
6
"types": "./types.d.ts",
7
"type": "module",
8
"scripts": {
9
"build": "tsc",
10
- "test": "echo \"Error: no test specified\" && exit 1",
11
"prepublishOnly": "npm run build"
12
},
13
"keywords": [
0 commit comments