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.
-
-
-
- iOS |
- 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",