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 authored Apr 4, 2024
2 parents 3ca2ad4 + 967826f commit 9fad04a
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -68,7 +68,7 @@ We also create a `package.json` file with the following contents:
<!-- test:file=node-js-sample-app/package.json -->
```javascript
{
name = "example-application"
"name": "example-application"
}
```

Expand Down

0 comments on commit 9fad04a

Please sign in to comment.