diff --git a/package.json b/package.json index cc68c70..48693cb 100644 --- a/package.json +++ b/package.json @@ -1,10 +1,10 @@ { "name": "tmembers", - "version": "1.0.0", + "version": "1.0.1", "description": "Simple script to get the number of channel subscribers in the Telegram", "main": "build/index.js", "scripts": { - "test": "eslint lib --fix" + "test": "eslint index.js --fix" }, "repository": { "type": "git",