Skip to content

Commit

Permalink
chore: files in package.json
Browse files Browse the repository at this point in the history
  • Loading branch information
HugoPoi committed Feb 19, 2021
1 parent 57d5365 commit c6f6507
Show file tree
Hide file tree
Showing 3 changed files with 6 additions and 1 deletion.
3 changes: 2 additions & 1 deletion .env.example
Original file line number Diff line number Diff line change
@@ -1,4 +1,5 @@
GOOGLE_CLIENT_EMAIL=
GOOGLE_CLIENT_ID=
GOOGLE_KEY_FILE=google-analytics-credentials.json
GOOGLE_ANALYTICS_VIEW_IDS=
GOOGLE_ANALYTICS_VIEW_IDS=
MAXIMUM_AGE=
1 change: 1 addition & 0 deletions .gitignore
Original file line number Diff line number Diff line change
Expand Up @@ -4,5 +4,6 @@ dist/
google-analytics-credentials.json
node_modules/
src/user-agents.json
src/user-agents.json.gz
yarn-error.log
.env
3 changes: 3 additions & 0 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,9 @@
"name": "user-agents",
"version": "1.0.567",
"description": "A JavaScript library for generating random user agents. ",
"files": [
"dist"
],
"main": "dist/index.js",
"repository": "[email protected]:intoli/user-agents.git",
"author": "Intoli, LLC <[email protected]>",
Expand Down

0 comments on commit c6f6507

Please sign in to comment.