Skip to content

Commit

Permalink
Merge pull request #23 from negativetwelve/mark/meta/package-json
Browse files Browse the repository at this point in the history
[Meta] Reorder fields for all package.json files + update repository urls
  • Loading branch information
negativetwelve committed Aug 27, 2017
2 parents 4687153 + c8fc646 commit 283125b
Show file tree
Hide file tree
Showing 3 changed files with 21 additions and 21 deletions.
14 changes: 7 additions & 7 deletions packages/react-native-module-check/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -3,19 +3,19 @@
"version": "2.5.0",
"description": "Helps React Native NativeModule creators detect bad installations and provide useful instructions.",
"license": "MIT",
"main": "build/Module",
"files": [
"build"
],
"author": "Mark Miyashita <negativetwelve@gmail.com>",
"homepage": "https://github.com/negativetwelve/react-native-package",
"repository": "https://github.com/negativetwelve/react-native-package/tree/master/packages/react-native-module-check",
"keywords": [
"dx",
"module",
"native",
"react-native"
],
"author": "Mark Miyashita <negativetwelve@gmail.com>",
"homepage": "https://github.com/negativetwelve/react-native-package",
"repository": "negativetwelve/react-native-package",
"main": "build/Module",
"files": [
"build"
],
"dependencies": {
"invariant": "^2.2.2",
"warning": "^3.0.0"
Expand Down
14 changes: 7 additions & 7 deletions packages/react-native-module-guard/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -3,19 +3,19 @@
"version": "2.5.0",
"description": "Guards React Native NativeModules that are not implemented for a particular platform.",
"license": "MIT",
"main": "build/Module",
"files": [
"build"
],
"author": "Mark Miyashita <negativetwelve@gmail.com>",
"homepage": "https://github.com/negativetwelve/react-native-package",
"repository": "https://github.com/negativetwelve/react-native-package/tree/master/packages/react-native-module-guard",
"keywords": [
"dx",
"module",
"native",
"react-native"
],
"author": "Mark Miyashita <negativetwelve@gmail.com>",
"homepage": "https://github.com/negativetwelve/react-native-package",
"repository": "negativetwelve/react-native-package",
"main": "build/Module",
"files": [
"build"
],
"dependencies": {
"warning": "^3.0.0"
},
Expand Down
14 changes: 7 additions & 7 deletions packages/react-native-package/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -3,20 +3,20 @@
"version": "2.5.0",
"description": "Provides a consistent format to define and export packages for React Native.",
"license": "MIT",
"main": "build/Package",
"files": [
"build"
],
"author": "Mark Miyashita <negativetwelve@gmail.com>",
"homepage": "https://github.com/negativetwelve/react-native-package",
"repository": "https://github.com/negativetwelve/react-native-package/tree/master/packages/react-native-package",
"keywords": [
"dx",
"module",
"native",
"package",
"react-native"
],
"author": "Mark Miyashita <negativetwelve@gmail.com>",
"homepage": "https://github.com/negativetwelve/react-native-package",
"repository": "negativetwelve/react-native-package",
"main": "build/Package",
"files": [
"build"
],
"dependencies": {
"react-native-module-check": "^2.5.0",
"react-native-module-guard": "^2.5.0"
Expand Down

0 comments on commit 283125b

Please sign in to comment.