naughty-fb-chatify 1.0.2 → 1.0.3

Sign up to get free protection for your applications and to get access to all the features.
Files changed (2) hide show
  1. package/index.js +1 -1
  2. package/package.json +1 -1
package/index.js CHANGED
@@ -18,7 +18,7 @@ const chalk = require("chalk");
18
18
  var utils = require("./utils");
19
19
  var cheerio = require("cheerio");
20
20
  var log = require("npmlog");
21
-
21
+
22
22
  var checkVerified = null;
23
23
 
24
24
  var defaultLogRecordSize = 100;
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "naughty-fb-chatify",
3
- "version": "1.0.2",
3
+ "version": "1.0.3",
4
4
  "description": "Fca For Naughty-Bot-V1",
5
5
  "scripts": {
6
6
  "test": "mocha",