Skip to content
This repository has been archived by the owner on Mar 23, 2023. It is now read-only.

Commit

Permalink
Fix a typo in the aspect ratio info
Browse files Browse the repository at this point in the history
  • Loading branch information
Thomas101 committed Mar 9, 2021
1 parent a1212dc commit 6f6ecd4
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion dist/chromium-detector.js

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion index.js
Original file line number Diff line number Diff line change
Expand Up @@ -100,7 +100,7 @@ const descriptors = {
},
{
url: 'https://chromestatus.com/feature/5738050678161408',
name: 'https://chromestatus.com/features/5738050678161408',
name: 'CSS aspect-ratio property',
test: () => supportsCSSProp('aspectRatio')
}
]
Expand Down
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "chromium-detector",
"version": "1.0.1",
"version": "1.0.2",
"description": "Feature detects the running version of Chromium without any UserAgent parsing",
"main": "dist/chromium-detector.js",
"module": "index.js",
Expand Down

0 comments on commit 6f6ecd4

Please sign in to comment.