@@ -23,5 +23,4 @@ settings
.eslintignore
.eslintrc.json
webpack.config.babel.js
-/gramjs_generator/
/examples/
@@ -4,7 +4,8 @@
"description": "NodeJS MTProto API Telegram client library,",
"main": "index.js",
"scripts": {
- "lint": "eslint ."
+ "lint": "eslint .",
+ "postinstall": "node index.js gen tl"
},
"repository": {
"type": "git",