From 9a80c8e2c210b2693d2f5f4116f00c0ff0a057e6 Mon Sep 17 00:00:00 2001 From: Phillip Baker Date: Sat, 31 Mar 2018 12:58:42 -0400 Subject: [PATCH] Bump to v1.2.1 for os.homedir --- package.json | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/package.json b/package.json index 72a3e30..4a04303 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "react-native-os", - "version": "1.2.0", + "version": "1.2.1", "description": "node's os module for react-native", "main": "index.js", "scripts": { @@ -8,7 +8,7 @@ }, "repository": { "type": "git", - "url": "https://github.com/narmitech/react-native-os" + "url": "https://github.com/aprock/react-native-os" }, "keywords": [ "react-component", @@ -24,9 +24,9 @@ }, "license": "MIT", "bugs": { - "url": "https://github.com/narmitech/react-native-os/issues" + "url": "https://github.com/aprock/react-native-os/issues" }, - "homepage": "https://github.com/narmitech/react-native-os", + "homepage": "https://github.com/aprock/react-native-os", "devDependencies": { "babel-eslint": "^4.1.6", "eslint-plugin-react": "^3.11.3"