@salve-software/react-native-nitro-jsdom 1.0.0 → 1.0.1

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 +1 -1
  2. package/package.json +2 -2
package/README.md CHANGED
@@ -1,5 +1,5 @@
1
1
  <p align="center">
2
- <img src="assets/banner.png" alt="react-native-nitro-jsdom Banner" width="1280" style="border-radius: 20px;">
2
+ <img src="assets/banner.png" alt="react-native-nitro-jsdom Banner" width="1280">
3
3
  </p>
4
4
 
5
5
  <h1 align="center">react-native-nitro-jsdom</h1>
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@salve-software/react-native-nitro-jsdom",
3
- "version": "1.0.0",
3
+ "version": "1.0.1",
4
4
  "packageManager": "yarn@4.9.1",
5
5
  "description": "A headless HTML/DOM environment for React Native.",
6
6
  "main": "./lib/commonjs/index.js",
@@ -54,7 +54,7 @@
54
54
  "author": "eumaninho54",
55
55
  "license": "MIT",
56
56
  "bugs": "https://github.com/Salve-Software/react-native-nitro-jsdom/issues",
57
- "homepage": "https://github.com/Salve-Software/react-native-nitro-jsdom#readme",
57
+ "homepage": "https://salve-software.github.io/react-native-nitro-jsdom/",
58
58
  "publishConfig": {
59
59
  "access": "public",
60
60
  "registry": "https://registry.npmjs.org/"