1
0
YouTwitFace 5 жил өмнө
parent
commit
66be0395e3
2 өөрчлөгдсөн 2 нэмэгдсэн , 2 устгасан
  1. 0 1
      .npmignore
  2. 2 1
      package.json

+ 0 - 1
.npmignore

@@ -23,5 +23,4 @@ settings
 .eslintignore
 .eslintrc.json
 webpack.config.babel.js
-/gramjs_generator/
 /examples/

+ 2 - 1
package.json

@@ -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",