Skip to content

Commit 4bf15a7

Browse files
committed
toc
1 parent f7ab343 commit 4bf15a7

File tree

1 file changed

+1
-2
lines changed

1 file changed

+1
-2
lines changed

articles/storage/blobs/storage-quickstart-blobs-nodejs-typescript.md

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@ title: "Quickstart: Azure Blob storage library - TypeScript"
33
description: In this quickstart, you learn how to use the Azure Blob Storage for TypeScript to create a container and a blob in Blob (object) storage. Next, you learn how to download the blob to your local computer, and how to list all of the blobs in a container.
44
author: pauljewellmsft
55
ms.author: pauljewell
6-
ms.date: 03/06/2024
6+
ms.date: 03/18/2024
77
ms.service: azure-blob-storage
88
ms.topic: quickstart
99
ms.devlang: javascript
@@ -62,7 +62,6 @@ Create a JavaScript application named *blob-quickstart*.
6262
1. Edit the *package.json* file to add the following properties to support ESM with TypeScript:
6363

6464
```json
65-
"main": "dist/index.js",
6665
"type": "module",
6766
```
6867

0 commit comments

Comments
 (0)