caniuse-support
Advanced tools
Comparing version 1.0.0 to 1.0.1
@@ -0,1 +1,5 @@ | ||
## 1.0.1 (March 21, 2019) | ||
- Updated README | ||
## 1.0.0 (March 21, 2019) | ||
@@ -2,0 +6,0 @@ |
{ | ||
"name": "caniuse-support", | ||
"version": "1.0.0", | ||
"version": "1.0.1", | ||
"description": "Query the caniuse offline database for feature support.", | ||
@@ -5,0 +5,0 @@ "homepage": "https://github.com/wikiwi/caniuse-support", |
@@ -13,3 +13,3 @@ # caniuse-support | ||
```javascript | ||
import { getSupport, detectBrowser } from "caniuse-support"; | ||
import { getSupport, detectBrowser, getVersionIndex } from "caniuse-support"; | ||
@@ -16,0 +16,0 @@ // Get feature support of specific browser. |
2093650