agentln 0.1.0 → 0.1.1

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.
Files changed (2) hide show
  1. package/README.md +0 -10
  2. package/package.json +8 -8
package/README.md CHANGED
@@ -122,16 +122,6 @@ source of truth" guarantee.
122
122
  - Monorepos with multiple workspaces, each having their own per-package
123
123
  instructions: `agentln` reconciles every workspace in one pass.
124
124
 
125
- ## Publishing
126
-
127
- ```bash
128
- npm run build
129
- npm publish --access public
130
- ```
131
-
132
- The `prepublishOnly` script rebuilds `dist/` and ships only `dist/` plus the
133
- README and license.
134
-
135
125
  ## License
136
126
 
137
127
  MIT
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "agentln",
3
- "version": "0.1.0",
3
+ "version": "0.1.1",
4
4
  "description": "Cross-platform CLI to manage symlinks between CLAUDE.md and AGENTS.md across a repository.",
5
5
  "keywords": [
6
6
  "claude",
@@ -41,14 +41,14 @@
41
41
  "test": "node --test dist/test"
42
42
  },
43
43
  "dependencies": {
44
- "picocolors": "^1.1.1",
45
- "prompts": "^2.4.2"
44
+ "picocolors": "1.1.1",
45
+ "prompts": "2.4.2"
46
46
  },
47
47
  "devDependencies": {
48
- "@types/node": "^22.10.0",
49
- "@types/prompts": "^2.4.9",
50
- "rimraf": "^6.0.1",
51
- "typescript": "^5.7.2"
48
+ "@types/node": "25.8.0",
49
+ "@types/prompts": "2.4.9",
50
+ "rimraf": "6.1.3",
51
+ "typescript": "6.0.3"
52
52
  },
53
53
  "repository": {
54
54
  "type": "git",
@@ -58,4 +58,4 @@
58
58
  "url": "https://github.com/abaktiar/agentln/issues"
59
59
  },
60
60
  "homepage": "https://github.com/abaktiar/agentln#readme"
61
- }
61
+ }