create-react-native-library 0.55.0 → 0.55.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 +3 -3
package/README.md CHANGED
@@ -10,4 +10,4 @@ npx create-react-native-library@latest react-native-awesome-library
10
10
 
11
11
  This will ask you few questions about your project and generate a new project in a folder named `awesome-library`.
12
12
 
13
- See more details on the [documentation website](https://callstack.github.io/react-native-builder-bob/create).
13
+ See more details on the [documentation website](https://oss.callstack.com/react-native-builder-bob/create).
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "create-react-native-library",
3
- "version": "0.55.0",
3
+ "version": "0.55.1",
4
4
  "description": "CLI to scaffold React Native libraries",
5
5
  "keywords": [
6
6
  "react-native",
@@ -22,7 +22,7 @@
22
22
  "bugs": {
23
23
  "url": "https://github.com/callstack/react-native-builder-bob/issues"
24
24
  },
25
- "homepage": "https://callstack.github.io/react-native-builder-bob/create",
25
+ "homepage": "https://oss.callstack.com/react-native-builder-bob/create",
26
26
  "main": "lib/index.js",
27
27
  "bin": "bin/create-react-native-library",
28
28
  "files": [
@@ -66,5 +66,5 @@
66
66
  "@types/validate-npm-package-name": "^3.0.3",
67
67
  "@types/yargs": "^17.0.10"
68
68
  },
69
- "gitHead": "35eab2baceafbfda265efd9c7b70bb0dcce03080"
69
+ "gitHead": "b70f280b1bb415ee18a2e82ef200ca995a4dbbcd"
70
70
  }