|
@@ -1,8 +1,9 @@
|
|
|
{
|
|
|
"name": "telegram",
|
|
|
- "version": "1.0.0-alpha.2",
|
|
|
+ "version": "1.0.2-alpha.2",
|
|
|
"description": "NodeJS MTProto API Telegram client library,",
|
|
|
- "main": "index.js",
|
|
|
+ "main": "dist/index.js",
|
|
|
+ "types": "dist/index.d.ts",
|
|
|
"scripts": {
|
|
|
"test": "jest",
|
|
|
"postinstall": "npm run tsc",
|