Skip to content

Commit 0d1a718

Browse files
fix: package.json now specifies to include all sub-directories within src (#324)
Yarn > v2 don't copy subdirectories
1 parent 73a504d commit 0d1a718

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

package.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -7,10 +7,10 @@
77
"license": "(Apache-2.0 OR MIT)",
88
"author": "Contributors to Forge Standard Library",
99
"files": [
10-
"src/*"
10+
"src/**/*"
1111
],
1212
"repository": {
1313
"type": "git",
1414
"url": "https://github.com/foundry-rs/forge-std.git"
1515
}
16-
}
16+
}

0 commit comments

Comments
 (0)