Skip to content

Commit 4cc4ed1

Browse files
authored
Update package.json
1 parent c7dbd11 commit 4cc4ed1

1 file changed

Lines changed: 4 additions & 4 deletions

File tree

package.json

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name":"browsengine",
3-
"version":"0.0.9",
3+
"version":"0.2.3",
44
"description":"This is a small library for detecting different browser engines, their versions and the devices they run on as is used all across the web",
55
"author":"Ifeora Okechukwu <https://twitter.com/isocroft>",
66
"contributors":[{
@@ -12,9 +12,9 @@
1212
"dependencies":{},
1313
"browserslist":[
1414
">0.2%",
15-
"not dead",
16-
"not ie <= 11",
17-
"not op_mini all"
15+
"ie <= 11",
16+
"not op_mini all",
17+
"not dead"
1818
],
1919
"devDependencies":{}
2020
}

0 commit comments

Comments
 (0)