We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents 3f0f333 + 29ae412 commit 9010d56Copy full SHA for 9010d56
3 files changed
.changeset/wild-seas-argue.md
@@ -0,0 +1,5 @@
1
+---
2
+"open-source-stack": patch
3
4
+
5
+Added provencance to the package release
package.json
@@ -39,4 +39,4 @@
39
"pnpm": ">=10.6.5",
40
"node": ">=20.0.0"
41
}
42
-}
+}
packages/open-source-stack/package.json
@@ -40,10 +40,11 @@
"bugs": {
"url": "https://github.com/forge-42/open-source-stack/issues"
},
43
- "files": [
44
- "dist"
45
- ],
+ "files": ["dist"],
46
"homepage": "https://github.com/forge-42/open-source-stack#readme",
+ "publishConfig": {
+ "provenance": true
47
+ },
48
"devDependencies": {
49
"@arethetypeswrong/cli": "^0.15.4",
50
"@changesets/cli": "^2.27.7",
@@ -54,4 +55,4 @@
54
55
"typescript": "^5.4.5",
56
"vitest": "^1.5.2"
57
58
0 commit comments