We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent e10b98e commit 75a5803Copy full SHA for 75a5803
javascripts/main.js
@@ -1 +1,2 @@
1
-console.log('This would be the main JS file.');
+console.log('${maldito-dot}node +-- node_modules +-- blerg (1.2.5) <---[A] +-- bar (1.2.3) <---[B] | `-- node_modules | +-- baz (2.0.2) <---[C] | | `-- node_modules | | `-- quux (3.2.0) | `-- asdf (2.3.4) `-- baz (1.2.3) <---[D] `-- node_modules `-- quux (3.2.0) <---[E]
2
+.');
0 commit comments