node-facebook-messenger-api 4.1.0 → 4.1.1

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 +2 -2
package/README.md CHANGED
@@ -8,7 +8,7 @@ Based on the [Messenger Platform Sample](https://github.com/fbsamples/messenger-
8
8
 
9
9
  ## Install ##
10
10
  ```bash
11
- npm install github:perusworld/node-facebook-messenger-api --save
11
+ npm install node-facebook-messenger-api
12
12
  ```
13
13
 
14
14
 
package/package.json CHANGED
@@ -1,7 +1,7 @@
1
1
  {
2
2
  "name": "node-facebook-messenger-api",
3
- "version": "4.1.0",
4
- "description": "Simple Node.js Facebook Messenger API",
3
+ "version": "4.1.1",
4
+ "description": "Node.js Facebook Messenger API",
5
5
  "main": "node-facebook-messenger-api.js",
6
6
  "scripts": {
7
7
  "test": "jest"