Skip to content

Commit 820bf4f

Browse files
committed
v1.0.1
1 parent e13181b commit 820bf4f

File tree

1 file changed

+6
-1
lines changed

1 file changed

+6
-1
lines changed

package.json

Lines changed: 6 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,11 +1,16 @@
11
{
22
"name": "react-native-update-cli",
3-
"version": "1.0.0",
3+
"version": "1.0.1",
44
"description": "Command tools for javaScript updater with `pushy` service for react native apps.",
55
"main": "index.js",
66
"bin": {
77
"pushy": "lib/index.js"
88
},
9+
"files": [
10+
"lib",
11+
"src",
12+
"cli.json"
13+
],
914
"scripts": {
1015
"test": "echo \"Error: no test specified\" && exit 1",
1116
"prepublish": "babel src --out-dir lib"

0 commit comments

Comments
 (0)