top-user-agents 1.0.52 → 1.0.53

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.
package/package.json CHANGED
@@ -2,7 +2,7 @@
2
2
  "name": "top-user-agents",
3
3
  "description": "A list of most common User Agent.",
4
4
  "homepage": "https://github.com/Kikobeats/top-user-agents",
5
- "version": "1.0.52",
5
+ "version": "1.0.53",
6
6
  "main": "index.js",
7
7
  "author": {
8
8
  "email": "josefrancisco.verdu@gmail.com",
@@ -25,5 +25,5 @@ try {
25
25
  // techblog is using CloudFlare protection,
26
26
  // so it's expected to fail.
27
27
  // In that case, the fallback file commited with the project will be used.
28
- process.exit(0)
28
+ process.exit()
29
29
  }