Skip to content

Commit

Permalink
Bump to v1.2.1 for os.homedir
Browse files Browse the repository at this point in the history
  • Loading branch information
phillbaker committed Mar 31, 2018
1 parent 8dfb18b commit 9a80c8e
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions package.json
Original file line number Diff line number Diff line change
@@ -1,14 +1,14 @@
{
"name": "react-native-os",
"version": "1.2.0",
"version": "1.2.1",
"description": "node's os module for react-native",
"main": "index.js",
"scripts": {
"start": "exit 1"
},
"repository": {
"type": "git",
"url": "https://github.com/narmitech/react-native-os"
"url": "https://github.com/aprock/react-native-os"
},
"keywords": [
"react-component",
Expand All @@ -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"
Expand Down

0 comments on commit 9a80c8e

Please sign in to comment.