Skip to content

Commit 1b860e5

Browse files
authored
Include all source files in package (#1405)
update file pattern in package.json Include files from all subfolders within src.
1 parent 6760779 commit 1b860e5

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,7 @@
1111
"main": "lib/index.js",
1212
"files": [
1313
"binding.gyp",
14-
"src/*.[ch]pp",
14+
"src/**/*.[ch]pp",
1515
"lib/**",
1616
"deps/**"
1717
],

0 commit comments

Comments
 (0)