chore: bump version to 0.0.2
This commit is contained in:
@@ -1,6 +1,6 @@
|
|||||||
{
|
{
|
||||||
"name": "@alkdev/taskgraph",
|
"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",
|
"description": "Task graph library — directed acyclic graph analysis, risk scoring, and YAML frontmatter for task management",
|
||||||
"type": "module",
|
"type": "module",
|
||||||
"main": "./dist/index.cjs",
|
"main": "./dist/index.cjs",
|
||||||
@@ -18,6 +18,9 @@
|
|||||||
}
|
}
|
||||||
}
|
}
|
||||||
},
|
},
|
||||||
|
"publishConfig": {
|
||||||
|
"access": "public"
|
||||||
|
},
|
||||||
"files": [
|
"files": [
|
||||||
"dist"
|
"dist"
|
||||||
],
|
],
|
||||||
|
|||||||
Reference in New Issue
Block a user