From dc83394aedb0476b2888e181e1a4326dd3b0ac80 Mon Sep 17 00:00:00 2001 From: AidanDelaney Date: Thu, 4 Apr 2024 17:20:11 +0000 Subject: [PATCH] Merge pull request #678 from buildpacks/AidanDelaney-patch-1 Provide valid example package.json --- .../basic-buildpack/01_setup-local-environment/index.html | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs/for-buildpack-authors/tutorials/basic-buildpack/01_setup-local-environment/index.html b/docs/for-buildpack-authors/tutorials/basic-buildpack/01_setup-local-environment/index.html index 72c2c545b..9d1be323b 100644 --- a/docs/for-buildpack-authors/tutorials/basic-buildpack/01_setup-local-environment/index.html +++ b/docs/for-buildpack-authors/tutorials/basic-buildpack/01_setup-local-environment/index.html @@ -917,7 +917,7 @@

Check system requirements

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

{
-  name = "example-application"
+  "name": "example-application"
 }
 

Finally, make sure your local Docker daemon is running by executing: