Browse Source

Add generated files to npmignore

YouTwitFace 5 years ago
parent
commit
60bf8b75b5
2 changed files with 6 additions and 1 deletions
  1. 5 0
      .npmignore
  2. 1 1
      package-lock.json

+ 5 - 0
.npmignore

@@ -3,6 +3,11 @@
 /.idea/
 # Generated code
 /docs/
+/gramjs/tl/functions/
+/gramjs/tl/types/
+/gramjs/tl/patched/
+/gramjs/tl/AllTLObjects.js
+/gramjs/errors/RPCErrorList.js
 /dist/
 
 # User session

+ 1 - 1
package-lock.json

@@ -1,6 +1,6 @@
 {
   "name": "telegram",
-  "version": "0.1.0",
+  "version": "1.0.0-alpha.1",
   "lockfileVersion": 1,
   "requires": true,
   "dependencies": {