Skip to content

Commit 9010d56

Browse files
authored
Merge pull request #12 from forge-42/provenance
Provenance
2 parents 3f0f333 + 29ae412 commit 9010d56

File tree

3 files changed

+11
-5
lines changed

3 files changed

+11
-5
lines changed

.changeset/wild-seas-argue.md

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,5 @@
1+
---
2+
"open-source-stack": patch
3+
---
4+
5+
Added provencance to the package release

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: 5 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -40,10 +40,11 @@
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",
45+
"publishConfig": {
46+
"provenance": true
47+
},
4748
"devDependencies": {
4849
"@arethetypeswrong/cli": "^0.15.4",
4950
"@changesets/cli": "^2.27.7",
@@ -54,4 +55,4 @@
5455
"typescript": "^5.4.5",
5556
"vitest": "^1.5.2"
5657
}
57-
}
58+
}

0 commit comments

Comments
 (0)