chore: bump version to 0.0.2

This commit is contained in:
2026-04-28 09:12:19 +00:00
parent 3c8045103c
commit b7871215c2

View File

@@ -1,6 +1,6 @@
{
"name": "@alkdev/taskgraph",
"version": "0.0.1",
"version": "0.0.2",
"description": "Task graph library — directed acyclic graph analysis, risk scoring, and YAML frontmatter for task management",
"type": "module",
"main": "./dist/index.cjs",
@@ -18,6 +18,9 @@
}
}
},
"publishConfig": {
"access": "public"
},
"files": [
"dist"
],