From 7f364fc150e0b7b609ffda95ac33543e8b0617a3 Mon Sep 17 00:00:00 2001 From: Henning Hall Date: Sun, 26 Jul 2020 22:33:09 +0200 Subject: [PATCH] use same readme for npm and github --- npmREADME.md | 21 --------------------- package.json | 4 +--- 2 files changed, 1 insertion(+), 24 deletions(-) delete mode 100644 npmREADME.md diff --git a/npmREADME.md b/npmREADME.md deleted file mode 100644 index d64b890..0000000 --- a/npmREADME.md +++ /dev/null @@ -1,21 +0,0 @@ -# React Native Date Picker -A cross platform react native date picker component for android and ios. Including 3 different modes, date, time, and datetime. The date picker is customizable and have mulitple language support. - - - - - - - - - - - - -
iOSAndroid
React Native Date Picker IOS - React Native Date Picker Android -
- -## Documentation - -See github page for documentation and more info. \ No newline at end of file diff --git a/package.json b/package.json index addd3f9..c1f6ce5 100644 --- a/package.json +++ b/package.json @@ -4,9 +4,7 @@ "description": "A Cross Platform React Native Picker", "main": "src/index.js", "scripts": { - "test": "echo \"Error: no test specified\" && exit 1", - "prepublishOnly": "mv README.md githubREADME.md && mv npmREADME.md README.md", - "postpublish": "mv README.md npmREADME.md && mv githubREADME.md README.md" + "test": "echo \"Error: no test specified\" && exit 1" }, "repository": { "type": "git",