fix nodes name
This commit is contained in:
21
package.json
21
package.json
@@ -1,6 +1,6 @@
|
||||
{
|
||||
"name": "node-red-telegram-account",
|
||||
"version": "1.0.0",
|
||||
"version": "1.0.1",
|
||||
"description": "",
|
||||
"main": "index.js",
|
||||
"scripts": {
|
||||
@@ -14,19 +14,18 @@
|
||||
"license": "MIT",
|
||||
"node-red": {
|
||||
"nodes": {
|
||||
"config": "sample/config.js",
|
||||
"receiver": "sample/receiver.js",
|
||||
"command": "sample/command.js",
|
||||
"send-message": "sample/send-message.js",
|
||||
"send-file": "sample/send-file.js",
|
||||
"entity": "sample/get-entity.js",
|
||||
"delete-message": "sample/delete-message.js",
|
||||
"iter-dialog":"sample/iter-dialogs.js",
|
||||
"iter-messages":"sample/iter-messages.js"
|
||||
"telegram-account-config": "sample/config.js",
|
||||
"telegram-account-receiver": "sample/receiver.js",
|
||||
"telegram-account-command": "sample/command.js",
|
||||
"telegram-account-send-message": "sample/send-message.js",
|
||||
"telegram-account-send-file": "sample/send-file.js",
|
||||
"telegram-account-entity": "sample/get-entity.js",
|
||||
"telegram-account-delete-message": "sample/delete-message.js",
|
||||
"telegram-account-iter-dialog": "sample/iter-dialogs.js",
|
||||
"telegram-account-iter-messages": "sample/iter-messages.js"
|
||||
}
|
||||
},
|
||||
"dependencies": {
|
||||
"input": "^1.0.1",
|
||||
"telegram": "^2.17.10"
|
||||
}
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user