Skip to content
This repository was archived by the owner on Feb 23, 2019. It is now read-only.

Commit ace2d3f

Browse files
committed
chore: add README.md to npmjs.com.
1 parent 7790525 commit ace2d3f

3 files changed

Lines changed: 6 additions & 6 deletions

File tree

README.md

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -58,13 +58,13 @@ If you don't append this parameter, we will check **yarn** at first, and then ch
5858
## Supported version
5959
<table>
6060
<tr>
61-
<th>react-native-init</th>
61+
<th>repository</th>
6262
<th>react-native</th>
6363
</tr>
6464
<tr>
65-
<td>< 0.58</td>
66-
<td>0.54.* - 0.56.*</td>
67-
</tr>
65+
<td>< 0.7.0</td>
66+
<td>0.54.* - 0.56.*</td>
67+
</tr>
6868
<tr>
6969
<td>0.58.*</td>
7070
<td>0.58.*</td>

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "react-native-init",
3-
"version": "0.58.7",
3+
"version": "0.58.8",
44
"description": "Create react native projects with native code based on react-native-cli",
55
"main": "lib/index.js",
66
"repository": "https://github.com/fwh1990/react-native-init",

publish.sh

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -14,7 +14,7 @@ echo "Building..."
1414
rm -rf ./build/
1515
npx tsc
1616
cp -r ./templates ./build/
17-
cp package.json ./build/
17+
cp package.json README.md LICENSE ./build/
1818
echo "Begin publish..."
1919
npm publish ./build/
2020

0 commit comments

Comments
 (0)