@llblab/pi-telegram 0.2.1 → 0.2.2

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
Files changed (2) hide show
  1. package/README.md +1 -1
  2. package/package.json +1 -1
package/README.md CHANGED
@@ -30,7 +30,7 @@ In short: this fork is no longer just a repackaged copy of upstream; it is a fea
30
30
 
31
31
  ## Install
32
32
 
33
- From npm once published:
33
+ From npm:
34
34
 
35
35
  ```bash
36
36
  pi install npm:@llblab/pi-telegram
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@llblab/pi-telegram",
3
- "version": "0.2.1",
3
+ "version": "0.2.2",
4
4
  "private": false,
5
5
  "description": "Telegram DM bridge extension for pi",
6
6
  "type": "module",