agent-cv 0.1.1 → 0.1.2

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
package/package.json CHANGED
@@ -1,13 +1,13 @@
1
1
  {
2
2
  "name": "agent-cv",
3
- "version": "0.1.1",
3
+ "version": "0.1.2",
4
4
  "description": "Generate technical CVs from your local project directories using AI",
5
5
  "type": "module",
6
6
  "bin": {
7
7
  "agent-cv": "dist/cli.js"
8
8
  },
9
9
  "files": [
10
- "dist"
10
+ "dist/cli.js"
11
11
  ],
12
12
  "scripts": {
13
13
  "dev": "bun run src/cli.ts",
package/dist/agent-cv DELETED
Binary file
@@ -1 +0,0 @@
1
- module.exports = {};