@todoforai/cli 0.1.13 → 0.1.14
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/dist/todoai.js +2 -1
- package/package.json +3 -2
package/dist/todoai.js
CHANGED
|
@@ -43107,7 +43107,8 @@ var package_default = {
|
|
|
43107
43107
|
version: "0.1.3",
|
|
43108
43108
|
type: "module",
|
|
43109
43109
|
bin: {
|
|
43110
|
-
todoai: "dist/todoai.js"
|
|
43110
|
+
todoai: "dist/todoai.js",
|
|
43111
|
+
"todoforai-cli": "dist/todoai.js"
|
|
43111
43112
|
},
|
|
43112
43113
|
files: ["dist/todoai.js"],
|
|
43113
43114
|
scripts: {
|
package/package.json
CHANGED