Skip to content

Commit c41130f

Browse files
authored
Merge pull request microsoft#317 from Microsoft/ianc/ensuring-lib-amd-is-published
Ensuring load-themed-styles publishes a lib-amd directory.
2 parents 4a07633 + e5317b1 commit c41130f

File tree

2 files changed

+12
-0
lines changed

2 files changed

+12
-0
lines changed
Lines changed: 11 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,11 @@
1+
{
2+
"changes": [
3+
{
4+
"packageName": "@microsoft/load-themed-styles",
5+
"comment": "Ensuring load-themed-styles publishes a lib-amd directory.",
6+
"type": "patch"
7+
}
8+
],
9+
"packageName": "@microsoft/load-themed-styles",
10+
"email": "iclanton@users.noreply.github.com"
11+
}

libraries/load-themed-styles/.npmignore

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -4,6 +4,7 @@
44
# Use negative patterns to bring back the specific things we want to publish
55
!/bin/**
66
!/lib/**
7+
!/lib-amd/**
78
!/dist/**
89
!ThirdPartyNotice.txt
910

0 commit comments

Comments
 (0)