Skip to content

Commit

Permalink
Rename react-native-debugger-open from patch
Browse files Browse the repository at this point in the history
  • Loading branch information
jhen0409 committed Jun 3, 2016
1 parent bd68233 commit 2d34c37
Show file tree
Hide file tree
Showing 3 changed files with 6 additions and 6 deletions.
8 changes: 4 additions & 4 deletions patch/README.md
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
# react-native-debugger-patch
# react-native-debugger-open

> Replace `open debugger-ui with Chrome` to `open React Native Debugger` from react-native packager
Expand All @@ -11,7 +11,7 @@ First, install [React Native Debugger](https://github.com/jhen0409/react-native-
In your React Native project:

```bash
$ npm i --save-dev react-native-debugger-patch
$ npm i --save-dev react-native-debugger-open
```

## Usage
Expand All @@ -20,7 +20,7 @@ Add command to your project's package.json:

```
"scripts": {
"postinstall": "rndebugger-patch"
"postinstall": "rndebugger-open"
}
```

Expand All @@ -29,7 +29,7 @@ It will be run after `npm install`. (You can run `npm run postinstall` first)
If you want to revert injection, just run:

```bash
$ $(npm bin)/rndebugger-patch --revert
$ $(npm bin)/rndebugger-open --revert
```

You can also use following command instead of this patch:
Expand Down
File renamed without changes.
4 changes: 2 additions & 2 deletions patch/package.json
Original file line number Diff line number Diff line change
@@ -1,9 +1,9 @@
{
"name": "react-native-debugger-patch",
"name": "react-native-debugger-open",
"version": "0.2.0",
"description": "Replace `open debugger-ui with Chrome` to `open React Native Debugger` from react-native packager",
"bin": {
"rndebugger-patch": "bin/rndebugger-patch.js"
"rndebugger-open": "bin/rndebugger-open.js"
},
"scripts": {},
"homepage": "https://github.com/jhen0409/react-native-debugger",
Expand Down

0 comments on commit 2d34c37

Please sign in to comment.