Skip to content

Commit

Permalink
Added an index file that redirects to the GitHub repository (#38)
Browse files Browse the repository at this point in the history
  • Loading branch information
NikkelM authored Jul 27, 2023
1 parent 12edad0 commit 236ff41
Show file tree
Hide file tree
Showing 4 changed files with 8 additions and 2 deletions.
2 changes: 1 addition & 1 deletion manifest.xml
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
<?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:mailappor="http://schemas.microsoft.com/office/mailappversionoverrides/1.0" xsi:type="MailApp">
<Id>4d810708-b23f-4105-bfab-6301f6d3a8ba</Id>
<Version>1.1.0</Version>
<Version>1.1.1</Version>
<ProviderName>Nikkel Mollenhauer</ProviderName>
<DefaultLocale>en-GB</DefaultLocale>
<DisplayName DefaultValue="Mail Notes"/>
Expand Down
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
{
"name": "outlook-mail-notes",
"description": "Easily add notes to e-mails, senders & conversations in Outlook!",
"version": "1.1.0",
"version": "1.1.1",
"author": "Nikkel Mollenhauer",
"repository": {
"type": "git",
Expand Down
1 change: 1 addition & 0 deletions src/index.html
Original file line number Diff line number Diff line change
@@ -0,0 +1 @@
<meta http-equiv="Refresh" content="0; url='https://github.com/NikkelM/Outlook-Mail-Notes'" />
5 changes: 5 additions & 0 deletions webpack.config.js
Original file line number Diff line number Diff line change
Expand Up @@ -63,6 +63,11 @@ module.exports = async (env, options) => {
template: "./src/taskpane.html",
chunks: ["polyfill", "taskpane"],
}),
new HtmlWebpackPlugin({
filename: "index.html",
template: "./src/index.html",
chunks: [],
}),
new CopyWebpackPlugin({
patterns: [
{
Expand Down

0 comments on commit 236ff41

Please sign in to comment.