diff --git a/package.json b/package.json index 135a39d..927906e 100644 --- a/package.json +++ b/package.json @@ -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" ],