Browse Source

Removing bad information from table

Signed-off-by: Mary Anthony <mary@blockstack.com>
feat/clarity-updates
Mary Anthony 5 years ago
parent
commit
f27cba46b1
  1. 10
      _develop/zero_to_dapp_2.md
  2. 10
      _develop/zero_to_dapp_2_win.md

10
_develop/zero_to_dapp_2.md

@ -203,19 +203,15 @@ In this section, you copy the code for Animal Kingdom to your workstation.
</tr>
<tr>
<td><code>package.json</code></td>
<td>An NPM project file.</td>
</tr>
<tr>
<td><code>config</code></td>
<td>Environment configuration files written in Javascript.</td>
<td>An NPM project file and a corresponding <code>.lock</code> file.</td>
</tr>
<tr>
<td><code>public</code></td>
<td>Files that are copied into the root of the site you are building.</td>
</tr>
<tr>
<td><code>scripts</code></td>
<td>NPM scripts used to do common tasks in the project.</td>
<td><code>cors</code></td>
<td>Files to support cross-orgin request configruation.</td>
</tr>
<tr>
<td><code>src</code></td>

10
_develop/zero_to_dapp_2_win.md

@ -213,19 +213,15 @@ In this section, you copy the code for Animal Kingdom to your workstation.
</tr>
<tr>
<td><code>package.json</code></td>
<td>An NPM project file.</td>
</tr>
<tr>
<td><code>config</code></td>
<td>Environment configuration files written in Javascript.</td>
<td>An NPM project file and a corresponding <code>.lock</code> file.</td>
</tr>
<tr>
<td><code>public</code></td>
<td>Files that are copied into the root of the site you are building.</td>
</tr>
<tr>
<td><code>scripts</code></td>
<td>NPM scripts used to do common tasks in the project.</td>
<td><code>cors</code></td>
<td>Files to support cross-orgin request configruation.</td>
</tr>
<tr>
<td><code>src</code></td>

Loading…
Cancel
Save