Skip to content

Commit 99e27b7

Browse files
committed
Merge pull request #82 from TechnologyAdvice/add-dist-to-package
Add dist to package
2 parents e0c28b6 + f434508 commit 99e27b7

1 file changed

Lines changed: 2 additions & 1 deletion

File tree

package.json

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,8 @@
44
"description": "Semantic UI components for React.",
55
"main": "dist/stardust.js",
66
"files": [
7-
"src"
7+
"src",
8+
"dist"
89
],
910
"scripts": {
1011
"clean": "while read line; do rm -rf $line; done < .gitignore",

0 commit comments

Comments
 (0)