diff --git a/package-lock.json b/package-lock.json index 5cdc861..401bd06 100644 --- a/package-lock.json +++ b/package-lock.json @@ -1,12 +1,12 @@ { "name": "latchkey", - "version": "2.5.0", + "version": "2.5.1", "lockfileVersion": 3, "requires": true, "packages": { "": { "name": "latchkey", - "version": "2.5.0", + "version": "2.5.1", "license": "MIT", "dependencies": { "@napi-rs/keyring": "^1.2.0", diff --git a/package.json b/package.json index abd7323..616c9cd 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "latchkey", - "version": "2.5.0", + "version": "2.5.1", "description": "A CLI tool that injects API credentials into curl requests to third-party services", "author": "Imbue ", "repository": { @@ -66,6 +66,6 @@ "vitest": "^4.0.18" }, "pi": { - "skills": ["./skills/generic"] + "skills": ["./dist/skills/generic"] } }