Skip to content

Commit

Permalink
[shared runtime] update to GA type libraries (#94)
Browse files Browse the repository at this point in the history
* update to GA type libraries

* typo fix
  • Loading branch information
davidchesnut committed Oct 2, 2020
1 parent 1e62513 commit 65dc776
Show file tree
Hide file tree
Showing 4 changed files with 8 additions and 10 deletions.
2 changes: 1 addition & 1 deletion Samples/excel-shared-runtime-scenario/manifest.xml
Original file line number Diff line number Diff line change
Expand Up @@ -267,7 +267,7 @@
<!-- You can use resources across hosts and form factors. -->
<Resources>
<bt:Images>
<bt:Image id="Icon.16x16" DefaultValue="https://localhost:3000/assets/icond-16.png"/>
<bt:Image id="Icon.16x16" DefaultValue="https://localhost:3000/assets/icon-16.png"/>
<bt:Image id="Icon.32x32" DefaultValue="https://localhost:3000/assets/icon-32.png"/>
<bt:Image id="Icon.80x80" DefaultValue="https://localhost:3000/assets/icon-80.png"/>
</bt:Images>
Expand Down
8 changes: 4 additions & 4 deletions Samples/excel-shared-runtime-scenario/package-lock.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

4 changes: 2 additions & 2 deletions Samples/excel-shared-runtime-scenario/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -19,10 +19,10 @@
},
"devDependencies": {
"@babel/core": "^7.6.3",
"@types/custom-functions-runtime": "^1.5.0",
"@types/custom-functions-runtime": "^1.3.2",
"@babel/polyfill": "^7.6.0",
"@babel/preset-env": "^7.6.0",
"@types/office-js-preview": "^1.0.159",
"@types/office-js": "^1.0.140",
"@types/react": "^16.8.2",
"@types/react-dom": "^16.8.0",
"@types/react-hot-loader": "^4.1.0",
Expand Down
4 changes: 1 addition & 3 deletions Samples/excel-shared-runtime-scenario/src/index.html
Original file line number Diff line number Diff line change
Expand Up @@ -8,9 +8,7 @@
<meta charset="utf-8" />
<meta http-equiv="X-UA-Compatible" content="IE=Edge" />
<meta name="viewport" content="width=device-width, initial-scale=1" />
<title>Office-Add-in-Microsoft-Graph-React</title>

<script type="text/javascript" src="functions.1a0f6b6d5d805b25ee43.js"></script>
<title>Sample of new capabilities with shared runtime</title>

<!-- Office JavaScript API -->
<script type="text/javascript" src="https://appsforoffice.microsoft.com/lib/1.1/hosted/office.js"></script>
Expand Down

0 comments on commit 65dc776

Please sign in to comment.