diff --git a/package.json b/package.json index 7edbf090..ea756462 100644 --- a/package.json +++ b/package.json @@ -1,11 +1,10 @@ { "name": "hltv", - "version": "2.24.1", + "version": "2.24.2", "description": "The unofficial HLTV Node.js API", "main": "lib/index.js", "types": "lib/index.d.ts", "scripts": { - "prepare": "npm run build", "build": "tsc", "start": "ts-node src/playground", "test": "jest",