Skip to content
This repository was archived by the owner on Sep 29, 2025. It is now read-only.

Commit 83eb307

Browse files
authored
Merge pull request #8 from edx/dsheraz/PROD-2548
fix: add src directory in installed package files
2 parents 90806b1 + 8c99c83 commit 83eb307

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
@@ -10,7 +10,8 @@
1010
},
1111
"files": [
1212
"main.js",
13-
"bash_scripts/"
13+
"bash_scripts/",
14+
"src/"
1415
],
1516
"repository": {
1617
"type": "git",

0 commit comments

Comments
 (0)