Skip to content

Commit

Permalink
Fixed readme and package json links
Browse files Browse the repository at this point in the history
  • Loading branch information
kober32 committed Jul 2, 2020
1 parent 11b249b commit ef52917
Show file tree
Hide file tree
Showing 3 changed files with 6 additions and 6 deletions.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -32,7 +32,7 @@ PowerAuth.configure("your-app-activation", "APPLICATION_KEY", "APPLICATION_SECRE

## API reference

For API reference, visit [PowerAuth.d.ts definition file](PowerAuth.d.ts) where you can browse all documented available methods.
For API reference, visit [PowerAuth.d.ts definition file](https://github.com/wultra/react-native-powerauth-mobile-sdk/blob/master/PowerAuth.d.ts) where you can browse all documented available methods.

*More detailed documentation will be added later. For now, you can visit the [native PowerAuth SDK for Mobile Apps](https://github.com/wultra/powerauth-mobile-sdk) as this library acts as a bridge between the Javascript environment and the native module.*

Expand Down
4 changes: 2 additions & 2 deletions demoapp/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@
"start": "react-native start",
"android": "react-native run-android",
"ios": "react-native run-ios",
"copymodule": "npm r react-native-powerauth-mobile-sdk && pushd .. && npm pack && popd && npm i ../react-native-powerauth-mobile-sdk-1.4.1.tgz",
"copymodule": "npm r react-native-powerauth-mobile-sdk && pushd .. && npm pack && popd && npm i ../react-native-powerauth-mobile-sdk-1.4.2.tgz",
"web": "expo start --web"
},
"dependencies": {
Expand All @@ -14,7 +14,7 @@
"react-dom": "~16.9.0",
"react-native": "~0.61.5",
"react-native-gesture-handler": "~1.6.0",
"react-native-powerauth-mobile-sdk": "file:../react-native-powerauth-mobile-sdk-1.4.1.tgz",
"react-native-powerauth-mobile-sdk": "file:../react-native-powerauth-mobile-sdk-1.4.2.tgz",
"react-native-reanimated": "~1.7.0",
"react-native-screens": "~2.2.0",
"react-native-unimodules": "~0.9.0",
Expand Down
6 changes: 3 additions & 3 deletions package.json
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
{
"name": "react-native-powerauth-mobile-sdk",
"title": "PowerAuth SDK for React Native Mobile Apps",
"version": "1.4.1",
"version": "1.4.2",
"description": "Wultra PowerAuth Mobile SDK React Native component for iOS and Android",
"main": "PowerAuth.js",
"files": [
Expand All @@ -16,10 +16,10 @@
"ios/PowerAuth/PowerAuth.h",
"react-native-powerauth-mobile-sdk.podspec"
],
"homepage": "https://github.com/wultra/malwarelytics-cordova-plugin",
"homepage": "https://www.wultra.com/mobile-security-suite",
"repository": {
"type": "git",
"url": "https://https://github.com/wultra/react-native-powerauth-mobile-sdk.git"
"url": "https://github.com/wultra/react-native-powerauth-mobile-sdk.git"
},
"keywords": [
"react-native",
Expand Down

0 comments on commit ef52917

Please sign in to comment.