We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 317e0ec commit 8307215Copy full SHA for 8307215
package.json
@@ -1,7 +1,7 @@
1
2
{
3
"name": "react-native-square-pos",
4
- "version": "1.0.14",
+ "version": "1.0.15",
5
"description": "React Native wrapper around Square's Android / iOS POS SDKs",
6
"main": "index.js",
7
"scripts": {
@@ -17,8 +17,9 @@
17
],
18
"author": "Connor Bode <connor@matix.io>",
19
"license": "MIT",
20
- "homepage": "https://github.com/matix-io/react-native-square-pos",
+ "homepage": "https://matix.io/react-native-square-pos/",
21
"peerDependencies": {
22
"react-native": "^0.41.2"
23
- }
+ },
24
+ "repository": "github:matix-io/react-native-square-pos"
25
}
0 commit comments