Skip to content

Commit

Permalink
Updated manifests
Browse files Browse the repository at this point in the history
  • Loading branch information
WillemSleegers committed Jan 5, 2024
1 parent a1efc98 commit ebfa984
Show file tree
Hide file tree
Showing 5 changed files with 4 additions and 4 deletions.
File renamed without changes.
File renamed without changes.
2 changes: 1 addition & 1 deletion manifest-tiu.xml → manifests/manifest-tiu.xml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
<?xml version="1.0" encoding="UTF-8" standalone="yes"?>
<OfficeApp xmlns="http://schemas.microsoft.com/office/appforoffice/1.1" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xmlns:bt="http://schemas.microsoft.com/office/officeappbasictypes/1.0" xmlns:ov="http://schemas.microsoft.com/office/taskpaneappversionoverrides" xsi:type="TaskPaneApp">
<Id>58490919-4e8d-46e0-96f6-4c88b3e9745d</Id>
<Id>849b0198-4618-11eb-b378-0242ac130002</Id>
<Version>1.1.0.0</Version>
<ProviderName>Willem Sleegers</ProviderName>
<DefaultLocale>en-US</DefaultLocale>
Expand Down
File renamed without changes.
6 changes: 3 additions & 3 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -8,9 +8,9 @@
"build": "tsc && vite build",
"lint": "eslint . --ext ts,tsx --report-unused-disable-directives --max-warnings 0",
"preview": "vite preview",
"start": "office-addin-debugging start manifest.xml",
"start-tiu-test": "office-addin-debugging start manifest-tiu-test.xml",
"start-tiu": "office-addin-debugging start manifest-tiu.xml"
"start": "office-addin-debugging start manifests/manifest.xml",
"start-tiu-test": "office-addin-debugging start manifests/manifest-tiu-test.xml",
"start-tiu": "office-addin-debugging start manifests/manifest-tiu.xml"
},
"dependencies": {
"@fluentui/react": "^8.112.3",
Expand Down

0 comments on commit ebfa984

Please sign in to comment.