diff --git a/os.js b/index.js similarity index 100% rename from os.js rename to index.js diff --git a/package.json b/package.json index 78ca397..0709f70 100644 --- a/package.json +++ b/package.json @@ -2,13 +2,10 @@ "name": "react-native-os", "version": "1.0.0", "description": "node's os module for react-native", - "main": "os.js", + "main": "index.js", "scripts": { "start": "exit 1" }, - "react-native": { - "os": "./os.js" - }, "repository": { "type": "git", "url": "https://github.com/PeelTechnologies/react-native-os"