Skip to content

Commit 9fad04a

Browse files
authored
Merge pull request #678 from buildpacks/AidanDelaney-patch-1
Provide valid example package.json
2 parents 3ca2ad4 + 967826f commit 9fad04a

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

content/docs/for-buildpack-authors/tutorials/basic-buildpack/01_setup-local-environment.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -68,7 +68,7 @@ We also create a `package.json` file with the following contents:
6868
<!-- test:file=node-js-sample-app/package.json -->
6969
```javascript
7070
{
71-
name = "example-application"
71+
"name": "example-application"
7272
}
7373
```
7474

0 commit comments

Comments
 (0)