Skip to content

Commit cbf90af

Browse files
neyser zananeyser zana
authored andcommitted
making final changes for chrome store launch
1 parent 8e26363 commit cbf90af

File tree

5 files changed

+3
-6
lines changed

5 files changed

+3
-6
lines changed

build/lucid.zip

230 KB
Binary file not shown.

build/manifest.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"manifest_version": 2,
3-
"name": "react-lucid",
3+
"name": "lucid",
44
"description": "A React-GraphQL developer tool.",
55
"version": "1.0",
66
"permissions": [

build/reactTraverser.js

Lines changed: 0 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -17,8 +17,6 @@ if (reactGlobalHook) {
1717
function setHook() {
1818
//React 16+
1919
if (reactInstance && reactInstance.version) {
20-
console.log('Invoked setHook')
21-
2220
reactGlobalHook.onCommitFiberRoot = (function (oCFR) {
2321
return function (...args) {
2422

@@ -28,7 +26,6 @@ if (reactGlobalHook) {
2826
virtualdom = args[1];
2927
let nodeToTraverse = virtualdom.current.stateNode.current;
3028
traverse(nodeToTraverse);
31-
console.log('traverse complete: ', reactDOMArr);
3229

3330
//send DOM's react component tree to contentScriptJS
3431
window.postMessage(JSON.parse(JSON.stringify({

build/webpack-bundle.js

Lines changed: 1 addition & 1 deletion
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

build/webpack-bundle.js.map

Lines changed: 1 addition & 1 deletion
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

0 commit comments

Comments
 (0)