top-user-agents 2.0.0 → 2.0.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 +6 -6
package/README.md CHANGED
@@ -5,7 +5,7 @@
5
5
 
6
6
  > A list of most common User Agent used on Internet.
7
7
 
8
- The list is auto generated, always up to date with the [most common user agents](https://techblog.willshouse.com/2012/01/03/most-common-user-agents/).
8
+ The list is auto generated, always up to date with the most common user agents.
9
9
 
10
10
  ## Install
11
11
 
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": "2.0.0",
5
+ "version": "2.0.1",
6
6
  "main": "index.js",
7
7
  "author": {
8
8
  "email": "josefrancisco.verdu@gmail.com",
@@ -13,6 +13,10 @@
13
13
  {
14
14
  "name": "Karl Horky",
15
15
  "email": "karl.horky@gmail.com"
16
+ },
17
+ {
18
+ "name": "Kevin van Rijn",
19
+ "email": "6368561+kevinvanrijn@users.noreply.github.com"
16
20
  }
17
21
  ],
18
22
  "repository": {
@@ -50,13 +54,9 @@
50
54
  "standard-markdown": "latest",
51
55
  "standard-version": "latest"
52
56
  },
53
- "engines": {
54
- "node": ">= 10"
55
- },
56
57
  "files": [
57
58
  "index.js",
58
- "index.json",
59
- "scripts"
59
+ "index.json"
60
60
  ],
61
61
  "scripts": {
62
62
  "clean": "rm -rf node_modules",