react-native-fingerprint-scanner
Advanced tools
Comparing version 2.2.0 to 2.2.1
{ | ||
"name": "react-native-fingerprint-scanner", | ||
"version": "2.2.0", | ||
"version": "2.2.1", | ||
"description": "React Native Fingerprint Scanner for Android and iOS", | ||
@@ -30,7 +30,4 @@ "main": "index.js", | ||
"cleanup:android": "cd examples/android && ./gradlew clean", | ||
"cleanup:install": "yarn cleanup && yarn && cd examples && yarn && cd .. && yarn symlink && yarn cleanup:android", | ||
"release:patch": "npm version --force patch && npm publish && git push --follow-tags", | ||
"release:minor": "npm version --force minor && npm publish && git push --follow-tags", | ||
"release:major": "npm version --force major && npm publish && git push --follow-tags" | ||
"cleanup:install": "yarn cleanup && yarn && cd examples && yarn && cd .. && yarn symlink && yarn cleanup:android" | ||
} | ||
} |
Sorry, the diff of this file is not supported yet
License Policy Violation
LicenseThis package is not allowed per your license policy. Review the package's license to ensure compliance.
Found 1 instance in 1 package
License Policy Violation
LicenseThis package is not allowed per your license policy. Review the package's license to ensure compliance.
Found 1 instance in 1 package
40739