Skip to content

Commit 2f2d7e2

Browse files
authored
Merge pull request #189 from mathjax/186
[package.json] add /dist to "files"
2 parents e361aa7 + f7b2787 commit 2f2d7e2

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

package.json

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -34,6 +34,7 @@
3434
},
3535
"files": [
3636
"LICENSE",
37-
"README.md"
37+
"README.md",
38+
"dist"
3839
]
3940
}

0 commit comments

Comments
 (0)