Skip to content

Commit 29ae412

Browse files
committed
fix
1 parent 37dbdaf commit 29ae412

File tree

2 files changed

+3
-5
lines changed

2 files changed

+3
-5
lines changed

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -39,4 +39,4 @@
3939
"pnpm": ">=10.6.5",
4040
"node": ">=20.0.0"
4141
}
42-
}
42+
}

packages/open-source-stack/package.json

Lines changed: 2 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -40,9 +40,7 @@
4040
"bugs": {
4141
"url": "https://github.com/forge-42/open-source-stack/issues"
4242
},
43-
"files": [
44-
"dist"
45-
],
43+
"files": ["dist"],
4644
"homepage": "https://github.com/forge-42/open-source-stack#readme",
4745
"publishConfig": {
4846
"provenance": true
@@ -57,4 +55,4 @@
5755
"typescript": "^5.4.5",
5856
"vitest": "^1.5.2"
5957
}
60-
}
58+
}

0 commit comments

Comments
 (0)