react-native-earl-gamepad 0.7.2 → 0.7.3

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
Files changed (2) hide show
  1. package/README.md +6 -0
  2. package/package.json +6 -2
package/README.md CHANGED
@@ -256,3 +256,9 @@ Build outputs to `dist/` with type declarations.
256
256
  ## License
257
257
 
258
258
  MIT
259
+
260
+ ## ❤️ Sponsor
261
+
262
+ If this project helps you, consider sponsoring its development:
263
+
264
+ 👉 https://github.com/sponsors/Swif7ify
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "react-native-earl-gamepad",
3
- "version": "0.7.2",
3
+ "version": "0.7.3",
4
4
  "description": "React Native gamepad bridge via WebView (buttons, sticks, d-pad, status).",
5
5
  "main": "dist/index.js",
6
6
  "types": "dist/index.d.ts",
@@ -39,5 +39,9 @@
39
39
  },
40
40
  "homepage": "https://github.com/Swif7ify/react-native-earl-gamepad#readme",
41
41
  "author": "Ordovez, Earl Romeo",
42
- "license": "MIT"
42
+ "license": "MIT",
43
+ "funding": {
44
+ "type": "github",
45
+ "url": "https://github.com/sponsors/Swif7ify"
46
+ }
43
47
  }