diff --git a/package.json b/package.json index 9258412..f9aa4e1 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { - "name": "react-native-mock-location-detector", - "version": "2.0.1", + "name": "react-native-turbo-mock-location-detector", + "version": "2.2.0", "description": "Package helps to detect mocked location on both Android and iOS", "main": "./lib/commonjs/index", "module": "./lib/module/index", @@ -89,7 +89,8 @@ "release-it": { "git": { "commitMessage": "chore: release ${version}", - "tagName": "v${version}" + "tagName": "v${version}", + "requireCleanWorkingDir": false }, "npm": { "publish": true