Skip to content

Commit f5f9cbf

Browse files
author
William Troup
committed
Fixed the "journey.js.nuspec" file including the ".github" folder when NuGet PACK is called.
1 parent 0f28712 commit f5f9cbf

2 files changed

Lines changed: 2 additions & 1 deletion

File tree

docs/CHANGE_LOG.md

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -4,6 +4,7 @@
44
- All hover transition effects now work for hovering, and not hovering, which results in a smoother display.
55
- Minor updates to the documentation.
66
- Added a new ":root" variable called "--syntax-js-default-font" (specifies the default font).
7+
- Fixed the "journey.js.nuspec" file including the ".github" folder when NuGet PACK is called.
78

89
<br>
910

syntax.js.nuspec

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -15,6 +15,6 @@
1515
<copyright>William Troup</copyright>
1616
</metadata>
1717
<files>
18-
<file src="**" target="/" exclude=".git\**;.vscode\**" />
18+
<file src="**" target="/" exclude=".git\**;.github\**;.vscode\**" />
1919
</files>
2020
</package>

0 commit comments

Comments
 (0)