user-agents 2.0.0-alpha.3 → 2.0.0-alpha.4
Sign up to get free protection for your applications and to get access to all the features.
- package/package.json +5 -5
package/package.json
CHANGED
@@ -1,9 +1,9 @@
|
|
1
1
|
{
|
2
2
|
"name": "user-agents",
|
3
|
-
"version": "2.0.0-alpha.
|
3
|
+
"version": "2.0.0-alpha.4",
|
4
4
|
"description": "A JavaScript library for generating random user agents. ",
|
5
|
-
"main": "dist/index.cjs",
|
6
|
-
"module": "dist/index.js",
|
5
|
+
"main": "./dist/index.cjs",
|
6
|
+
"module": "./dist/index.js",
|
7
7
|
"repository": "git@github.com:intoli/user-agents.git",
|
8
8
|
"author": "Intoli, LLC <contact@intoli.com>",
|
9
9
|
"files": [
|
@@ -13,8 +13,8 @@
|
|
13
13
|
"!src/user-agents.json.gz"
|
14
14
|
],
|
15
15
|
"exports": {
|
16
|
-
"import": "dist/index.js",
|
17
|
-
"require": "dist/index.cjs"
|
16
|
+
"import": "./dist/index.js",
|
17
|
+
"require": "./dist/index.cjs"
|
18
18
|
},
|
19
19
|
"license": "BSD-2-Clause",
|
20
20
|
"private": false,
|