Skip to content

Commit ce28690

Browse files
committed
Add repository field and bump version to 0.1.8 for npm provenance
1 parent bafbefd commit ce28690

2 files changed

Lines changed: 7 additions & 3 deletions

File tree

package-lock.json

Lines changed: 2 additions & 2 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

package.json

Lines changed: 5 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,9 +1,13 @@
11
{
22
"name": "@techdivision/opencode-time-tracking",
3-
"version": "0.1.7",
3+
"version": "0.1.8",
44
"description": "Automatic time tracking plugin for OpenCode - tracks session duration and tool usage to CSV",
55
"main": "src/Plugin.ts",
66
"types": "src/Plugin.ts",
7+
"repository": {
8+
"type": "git",
9+
"url": "https://github.com/techdivision/opencode-time-tracking"
10+
},
711
"keywords": [
812
"opencode",
913
"plugin",

0 commit comments

Comments
 (0)