Skip to content

Commit 7d8ac1c

Browse files
committed
Include in workspaces
1 parent eb98f52 commit 7d8ac1c

3 files changed

Lines changed: 12 additions & 2 deletions

File tree

samples/01.getting-started/l.sharepoint-web-part/package.json

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
{
22
"name": "@msinternal/sample-getting-started-sharepoint-web-part",
33
"version": "0.0.0-0",
4-
"description": "",
4+
"description": "A simple SharePoint web part using React template hosting Web Chat from NPM. The SharePoint Framework (SPFx) development environment is hosted under Docker.",
55
"main": "src/proxy.js",
66
"author": "Microsoft Corporation",
77
"license": "MIT",
@@ -15,6 +15,5 @@
1515
"start": "docker run --rm -it -p 4321:54321 -p 35729:35729 spfx"
1616
},
1717
"pinDependencies": {},
18-
"dependencies": {},
1918
"devDependencies": {}
2019
}

samples/package-lock.json

Lines changed: 10 additions & 0 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

samples/package.json

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -2,6 +2,7 @@
22
"name": "@msinternal/botframework-webchat-samples-root",
33
"private": true,
44
"workspaces": [
5+
"./01.getting-started/l.sharepoint-web-part",
56
"./04.api/e.piping-to-redux",
67
"./04.api/f.selectable-activity",
78
"./04.api/g.chat-send-history",

0 commit comments

Comments
 (0)