Skip to content

Commit 8e94b34

Browse files
committed
Include lib in package.json files
1 parent a9e8862 commit 8e94b34

File tree

1 file changed

+4
-1
lines changed

1 file changed

+4
-1
lines changed

package.json

Lines changed: 4 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -32,5 +32,8 @@
3232
"sinon": "^1.17.4",
3333
"webpack": "^1.13.1"
3434
},
35-
"files": ["dist"]
35+
"files": [
36+
"dist",
37+
"lib"
38+
]
3639
}

0 commit comments

Comments
 (0)