-
Notifications
You must be signed in to change notification settings - Fork 3
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Update Stream Deck Plugin Dependencies
- Bump all dependencies of things - Get Dependabot to stop complaining about build-time issues - Move SDPlugin over to an esproj
- Loading branch information
Showing
6 changed files
with
325 additions
and
472 deletions.
There are no files selected for viewing
This file was deleted.
Oops, something went wrong.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,15 @@ | ||
<Project Sdk="Microsoft.VisualStudio.JavaScript.Sdk/0.4.0-alpha"> | ||
<PropertyGroup Label="Globals"> | ||
<ProjectGuid>299f16fd-c8ac-4774-95e5-7311d085595e</ProjectGuid> | ||
</PropertyGroup> | ||
<PropertyGroup> | ||
<!-- No C# code exists for this project, so we don't really have anything to build... --> | ||
<NoBuild>true</NoBuild> | ||
|
||
<JavaScriptTestRoot>test\</JavaScriptTestRoot> | ||
<JavaScriptTestFramework>Jest</JavaScriptTestFramework> | ||
</PropertyGroup> | ||
<ItemGroup> | ||
<Script Include="**" Exclude="*.esproj;**\node_modules\**" /> | ||
</ItemGroup> | ||
</Project> |
Oops, something went wrong.