Skip to content

Commit

Permalink
v0.3.0
Browse files Browse the repository at this point in the history
  • Loading branch information
jhen0409 committed Jul 6, 2016
1 parent ad06750 commit 02d8d3e
Show file tree
Hide file tree
Showing 4 changed files with 3 additions and 4 deletions.
2 changes: 1 addition & 1 deletion dist/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "react-native-debugger",
"version": "0.2.0",
"version": "0.3.0",
"productName": "React Native Debugger",
"description": "The standalone app for React Native Debugger, with React DevTools / Redux DevTools",
"main": "main.js",
Expand Down
1 change: 0 additions & 1 deletion electron/app.html
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,6 @@
margin: 0;
padding: 0;
width: 100%;
height: 100%;
}
#root {
width: 100%;
Expand Down
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "react-native-debugger",
"version": "0.2.0",
"version": "0.3.0",
"productName": "React Native Debugger",
"description": "The standalone app for React Native Debugger, with React DevTools / Redux DevTools",
"main": "electron/main.js",
Expand Down
2 changes: 1 addition & 1 deletion patch/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "react-native-debugger-open",
"version": "0.2.3",
"version": "0.3.0",
"description": "Replace `open debugger-ui with Chrome` to `open React Native Debugger` from react-native packager",
"bin": {
"rndebugger-open": "bin/rndebugger-open.js"
Expand Down

0 comments on commit 02d8d3e

Please sign in to comment.