Skip to content
This repository has been archived by the owner on Jul 9, 2019. It is now read-only.

Commit

Permalink
Fix config
Browse files Browse the repository at this point in the history
  • Loading branch information
igorkamyshev committed Oct 27, 2018
1 parent 3d02b1e commit 06be377
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions package.json
Original file line number Diff line number Diff line change
@@ -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",
Expand Down

0 comments on commit 06be377

Please sign in to comment.