a16n 0.0.1 → 0.1.0

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 -4
  2. package/package.json +1 -1
package/README.md CHANGED
@@ -79,7 +79,3 @@ a16n convert --from cursor --to claude --dry-run .
79
79
  # List what's in a project
80
80
  a16n discover --from cursor .
81
81
  ```
82
-
83
- ## License
84
-
85
- MIT
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "a16n",
3
- "version": "0.0.1",
3
+ "version": "0.1.0",
4
4
  "description": "Agent customization portability for AI coding tools",
5
5
  "license": "AGPL-3.0",
6
6
  "author": "Texarkanine",