Skip to content

Commit 395158e

Browse files
fixing files property under root pacakge.json to include all file when publish as npm module
1 parent dcbe275 commit 395158e

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
@@ -33,7 +33,8 @@
3333
"debug": "node index.js"
3434
},
3535
"files": [
36-
"*"
36+
"*",
37+
"*/**/*"
3738
],
3839
"bugs": {
3940
"url": "https://github.com/pagesource/universal-react-v2/issues"

0 commit comments

Comments
 (0)