Skip to content

Commit

Permalink
chore: release 1.1.0
Browse files Browse the repository at this point in the history
  • Loading branch information
jpudysz committed Aug 29, 2022
1 parent 16a80e3 commit 3cb4629
Showing 1 changed file with 5 additions and 2 deletions.
7 changes: 5 additions & 2 deletions package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "react-native-turbo-mock-location-detector",
"version": "1.0.1",
"version": "1.1.0",
"description": "Package helps to detect mocked location on both Android and iOS",
"main": "lib/commonjs/index",
"module": "lib/module/index",
Expand Down Expand Up @@ -112,7 +112,10 @@
],
"rules": {
"prettier/prettier": 0,
"semi": ["error", "never"]
"semi": [
"error",
"never"
]
}
},
"eslintIgnore": [
Expand Down

0 comments on commit 3cb4629

Please sign in to comment.