user-agents 2.0.0-alpha.7 → 2.0.0-alpha.70

Sign up to get free protection for your applications and to get access to all the features.
Files changed (2) hide show
  1. package/dist/user-agents.json +75888 -93412
  2. package/package.json +5 -2
package/package.json CHANGED
@@ -1,10 +1,13 @@
1
1
  {
2
2
  "name": "user-agents",
3
- "version": "2.0.0-alpha.7",
3
+ "version": "2.0.0-alpha.70",
4
4
  "description": "A JavaScript library for generating random user agents. ",
5
5
  "main": "./dist/index.cjs",
6
6
  "module": "./dist/index.js",
7
- "repository": "git@github.com:intoli/user-agents.git",
7
+ "repository": {
8
+ "type": "git",
9
+ "url": "git+ssh://git@github.com/intoli/user-agents.git"
10
+ },
8
11
  "author": "Intoli, LLC <contact@intoli.com>",
9
12
  "files": [
10
13
  "dist/",