Skip to content

Commit 069078b

Browse files
committed
fix: update version to 4.2.2 and remove unused test script from package.json
1 parent eb86725 commit 069078b

1 file changed

Lines changed: 1 addition & 2 deletions

File tree

package.json

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,13 +1,12 @@
11
{
22
"name": "djs-command-helper",
3-
"version": "4.2.1",
3+
"version": "4.2.2",
44
"description": "A simple, easy to use module that houses functions to can refresh global and guild specific commands for your Discord App.",
55
"main": "./dist/index.js",
66
"types": "./types.d.ts",
77
"type": "module",
88
"scripts": {
99
"build": "tsc",
10-
"test": "echo \"Error: no test specified\" && exit 1",
1110
"prepublishOnly": "npm run build"
1211
},
1312
"keywords": [

0 commit comments

Comments
 (0)