소스 검색

Generate errors when installing from npm

YouTwitFace 5 년 전
부모
커밋
ee4e55f132
1개의 변경된 파일2개의 추가작업 그리고 2개의 파일을 삭제
  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",