Skip to content

Commit c6f6507

Browse files
committed
chore: files in package.json
1 parent 57d5365 commit c6f6507

File tree

3 files changed

+6
-1
lines changed

3 files changed

+6
-1
lines changed

.env.example

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,5 @@
11
GOOGLE_CLIENT_EMAIL=
22
GOOGLE_CLIENT_ID=
33
GOOGLE_KEY_FILE=google-analytics-credentials.json
4-
GOOGLE_ANALYTICS_VIEW_IDS=
4+
GOOGLE_ANALYTICS_VIEW_IDS=
5+
MAXIMUM_AGE=

.gitignore

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -4,5 +4,6 @@ dist/
44
google-analytics-credentials.json
55
node_modules/
66
src/user-agents.json
7+
src/user-agents.json.gz
78
yarn-error.log
89
.env

package.json

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -2,6 +2,9 @@
22
"name": "user-agents",
33
"version": "1.0.567",
44
"description": "A JavaScript library for generating random user agents. ",
5+
"files": [
6+
"dist"
7+
],
58
"main": "dist/index.js",
69
"repository": "[email protected]:intoli/user-agents.git",
710
"author": "Intoli, LLC <[email protected]>",

0 commit comments

Comments
 (0)