Skip to content

Commit

Permalink
fixup! Port Buildpack author guide to NodeJS
Browse files Browse the repository at this point in the history
  • Loading branch information
AidanDelaney committed Oct 17, 2023
1 parent 6dbd551 commit 382b483
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -57,7 +57,6 @@ Now the Buildpack is ready to test.

Your complete `node-js-buildpack/bin/build`<!--+"{{open}}"+--> script should look like this:


<!-- test:file=node-js-buildpack/bin/build -->
```bash
#!/usr/bin/env bash
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -50,6 +50,7 @@ server.listen(port, hostname, () => {

We also create a `package.json` file with the following contents:

<!-- test:file=node-js-sample-app/package.json -->
```javascript
{
name = "example-application"
Expand Down

0 comments on commit 382b483

Please sign in to comment.