Skip to content

Commit 03e4502

Browse files
committed
Add repo field to package
1 parent 4038bca commit 03e4502

2 files changed

Lines changed: 6 additions & 1 deletion

File tree

CHANGELOG.md

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,4 @@
1+
- [2025-12-19] [Add repo field to package](https://github.com/RubricLab/events/commit/7377ceacafc8975323c61736e7bf135001ed8c7d)
12
- [2025-12-19] [Trigger release](https://github.com/RubricLab/events/commit/f93b24bd2ff917a777e791acd7a0bd880be82188)
23
- [2025-11-12] [Trigger release](https://github.com/RubricLab/events/commit/29230572fe2d66349b134c25bb5f717cf9f28f0f)
34
- [2025-07-01] [run format](https://github.com/RubricLab/events/commit/dbff16d66df79604f274b14ad4b5abed2eda2286)

package.json

Lines changed: 5 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -14,6 +14,10 @@
1414
"publishConfig": {
1515
"access": "public"
1616
},
17+
"repository": {
18+
"type": "git",
19+
"url": "https://github.com/RubricLab/events.git"
20+
},
1721
"scripts": {
1822
"bleed": "bun x npm-check-updates -u",
1923
"clean": "rm -rf .next && rm -rf node_modules",
@@ -25,5 +29,5 @@
2529
"simple-git-hooks": {
2630
"post-commit": "bun x @rubriclab/package post-commit"
2731
},
28-
"version": "0.0.39"
32+
"version": "0.0.40"
2933
}

0 commit comments

Comments
 (0)