Skip to content

Commit

Permalink
Merge pull request #678 from buildpacks/AidanDelaney-patch-1
Browse files Browse the repository at this point in the history
Provide valid example package.json
  • Loading branch information
AidanDelaney committed Apr 4, 2024
1 parent 2654679 commit dc83394
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -917,7 +917,7 @@ <h3 id="check-system-requirements">Check system requirements</h3>
</span></span></code></pre></div><p>We also create a <code>package.json</code> file with the following contents:</p>
<!-- test:file=node-js-sample-app/package.json -->
<div class="highlight"><pre tabindex="0" class="chroma"><code class="language-javascript" data-lang="javascript"><span class="line"><span class="cl"><span class="p">{</span>
</span></span><span class="line"><span class="cl"> <span class="nx">name</span> <span class="o">=</span> <span class="s2">&#34;example-application&#34;</span>
</span></span><span class="line"><span class="cl"> <span class="s2">&#34;name&#34;</span><span class="o">:</span> <span class="s2">&#34;example-application&#34;</span>
</span></span><span class="line"><span class="cl"><span class="p">}</span>
</span></span></code></pre></div><p>Finally, make sure your local Docker daemon is running by executing:</p>
<!-- test:exec -->
Expand Down

0 comments on commit dc83394

Please sign in to comment.