From 820bf4f531d76e7076475acb9dffe9edbf513ae7 Mon Sep 17 00:00:00 2001 From: sunnylqm Date: Wed, 19 Feb 2020 23:46:39 +0800 Subject: [PATCH] v1.0.1 --- package.json | 7 ++++++- 1 file changed, 6 insertions(+), 1 deletion(-) diff --git a/package.json b/package.json index 8dbedfc..6bad84a 100644 --- a/package.json +++ b/package.json @@ -1,11 +1,16 @@ { "name": "react-native-update-cli", - "version": "1.0.0", + "version": "1.0.1", "description": "Command tools for javaScript updater with `pushy` service for react native apps.", "main": "index.js", "bin": { "pushy": "lib/index.js" }, + "files": [ + "lib", + "src", + "cli.json" + ], "scripts": { "test": "echo \"Error: no test specified\" && exit 1", "prepublish": "babel src --out-dir lib"