Skip to content

Commit

Permalink
Update browserslist-ga version
Browse files Browse the repository at this point in the history
- Bump browserslist-ga version.
- Update usage instructions in README to reflect updated dimensions used
  by new version of browserslist-ga.
- Ignore package-lock.json file.
  • Loading branch information
galvarez421 committed Feb 17, 2020
1 parent 5b4cae4 commit 4eaecbd
Show file tree
Hide file tree
Showing 3 changed files with 5 additions and 4 deletions.
3 changes: 2 additions & 1 deletion .gitignore
Original file line number Diff line number Diff line change
@@ -1 +1,2 @@
/node_modules
/node_modules
package-lock.json
2 changes: 1 addition & 1 deletion README.MD
Original file line number Diff line number Diff line change
Expand Up @@ -28,7 +28,7 @@ $ yarn add --dev browserslist-ga-export
2. Operating System Version
3. Browser
4. Browser Version
5. Mobile (Including Tablet)
5. Device Category
- **Metrics**: Pageviews or Page Views
2. View the report.
3. Sort the report by Browser column ascending alphabetically (arrow in column header facing up).
Expand Down
4 changes: 2 additions & 2 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -17,14 +17,14 @@
],
"bin": {
"browserslist-ga-export": "./index.js"
},
},
"keywords": [
"browserslist",
"browserslist-ga",
"browserslist-stats.json"
],
"dependencies": {
"browserslist-ga": "0.0.11",
"browserslist-ga": "0.0.12",
"csvtojson": "^1.1.12",
"yargs": "^11.0.0"
}
Expand Down

0 comments on commit 4eaecbd

Please sign in to comment.