Skip to content

Commit 9ecb0d7

Browse files
Merge pull request SharePoint#5703 from derhallim/patch-7
remove unneeded shrink wrap
2 parents 1acb90d + 333d047 commit 9ecb0d7

File tree

1 file changed

+1
-7
lines changed

1 file changed

+1
-7
lines changed

docs/spfx/web-parts/guidance/build-custom-property-pane-controls.md

Lines changed: 1 addition & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
---
22
title: Build custom controls for the property pane
33
description: Build a custom dropdown control that loads its data asynchronously from an external service without blocking the user interface of the SharePoint client-side web part.
4-
ms.date: 10/22/2019
4+
ms.date: 05/11/2020
55
ms.prod: sharepoint
66
localization_priority: Priority
77
---
@@ -48,12 +48,6 @@ The source of the working web part is available on GitHub at [sp-dev-fx-webparts
4848
- **What is your Web part description?** Shows list items from the selected list
4949
- **Which framework would you like to use?** React
5050

51-
1. After the scaffolding completes, lock down the version of the project dependencies by running the following command:
52-
53-
```sh
54-
npm shrinkwrap
55-
```
56-
5751
1. Open your project folder in your code editor. This article uses Visual Studio Code in the steps and screenshots, but you can use any editor that you prefer.
5852

5953
![SharePoint Framework project open in Visual Studio Code](../../../images/custom-property-pane-control-visual-studio-code.png)

0 commit comments

Comments
 (0)