From 429d3a03d931a4c537364119deb10155391ddce2 Mon Sep 17 00:00:00 2001 From: Hugo Bernier Date: Thu, 11 Feb 2021 00:42:17 -0500 Subject: [PATCH] Fixed readme --- samples/react-list-form/README.md | 8 +++++++- samples/react-list-form/npm-shrinkwrap.json | 2 +- samples/react-list-form/package.json | 2 +- 3 files changed, 9 insertions(+), 3 deletions(-) diff --git a/samples/react-list-form/README.md b/samples/react-list-form/README.md index 72ca37000..9a10b9744 100755 --- a/samples/react-list-form/README.md +++ b/samples/react-list-form/README.md @@ -26,7 +26,13 @@ The web part allows configuring which list to use and if a form for adding a new ## Used SharePoint Framework Version -![SPFx 1.10.0](https://img.shields.io/badge/version-1.10.0-green.svg) +## Compatibility + +![SPFx 1.10](https://img.shields.io/badge/SPFx-1.10.0-green.svg) +![Node.js LTS 8.x | LTS 10.x](https://img.shields.io/badge/Node.js-LTS%208.x%20%7C%20LTS%2010.x-green.svg) +![SharePoint Online](https://img.shields.io/badge/SharePoint-Online-yellow.svg) +![Teams N/A: Untested with Microsoft Teams](https://img.shields.io/badge/Teams-N%2FA-lightgrey.svg "Untested with Microsoft Teams") +![Workbench Hosted: Does not work with local workbench](https://img.shields.io/badge/Workbench-Hosted-yellow.svg "Does not work with local workbench") ## Applies to diff --git a/samples/react-list-form/npm-shrinkwrap.json b/samples/react-list-form/npm-shrinkwrap.json index f776c8213..af6592964 100644 --- a/samples/react-list-form/npm-shrinkwrap.json +++ b/samples/react-list-form/npm-shrinkwrap.json @@ -1,6 +1,6 @@ { "name": "react-form-webpart", - "version": "1.0.4", + "version": "1.0.6", "lockfileVersion": 1, "requires": true, "dependencies": { diff --git a/samples/react-list-form/package.json b/samples/react-list-form/package.json index 603d61e56..d79588fef 100755 --- a/samples/react-list-form/package.json +++ b/samples/react-list-form/package.json @@ -45,4 +45,4 @@ "gulp": "~3.9.1", "tslint-microsoft-contrib": "5.0.0" } -} \ No newline at end of file +}