Browse Source

Generate errors when installing from npm

YouTwitFace 5 năm trước cách đây
mục cha
commit
5d67f934e8
1 tập tin đã thay đổi với 2 bổ sung2 xóa
  1. 2 2
      package.json

+ 2 - 2
package.json

@@ -1,11 +1,11 @@
 {
   "name": "telegram",
-  "version": "1.0.0-alpha.1",
+  "version": "1.0.0-alpha.2",
   "description": "NodeJS MTProto API Telegram client library,",
   "main": "index.js",
   "scripts": {
     "lint": "eslint .",
-    "postinstall": "node index.js gen tl"
+    "postinstall": "node index.js gen tl errors"
   },
   "repository": {
     "type": "git",