Skip to content

Commit 6f5c900

Browse files
authored
fix: source files not included (#242)
1 parent 614b1b5 commit 6f5c900

File tree

3 files changed

+3
-0
lines changed

3 files changed

+3
-0
lines changed

packages/layout-gpu/package.json

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -13,6 +13,7 @@
1313
"types": "lib/index.d.ts",
1414
"unpkg": "dist/index.min.js",
1515
"files": [
16+
"src",
1617
"package.json",
1718
"dist",
1819
"lib",

packages/layout-wasm/package.json

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -13,6 +13,7 @@
1313
"types": "lib/index.d.ts",
1414
"unpkg": "dist/index.min.js",
1515
"files": [
16+
"src",
1617
"package.json",
1718
"dist",
1819
"lib",

packages/layout/package.json

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -13,6 +13,7 @@
1313
"types": "lib/index.d.ts",
1414
"unpkg": "dist/index.min.js",
1515
"files": [
16+
"src",
1617
"package.json",
1718
"dist",
1819
"lib",

0 commit comments

Comments
 (0)