imdone-cli 0.1.6 → 0.2.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.
package/package.json CHANGED
@@ -1,17 +1,17 @@
1
1
  {
2
2
  "name": "imdone-cli",
3
- "version": "0.1.6",
3
+ "version": "0.2.0",
4
4
  "author": "Jesse Piascik",
5
- "description": "An imdone cli that automates your task updates with markdown files.",
5
+ "description": "An imdone cli that automates your jira updates with markdown files.",
6
6
  "license": "Proprietary",
7
7
  "engines": {
8
8
  "node": ">=22.0.0"
9
9
  },
10
-
11
10
  "main": "dist/index.min.cjs",
12
11
  "type": "module",
13
12
  "bin": {
14
- "imdone": "dist/index.min.cjs"
13
+ "imdone": "dist/index.min.cjs",
14
+ "imdone-debug": "dist/index.cjs"
15
15
  },
16
16
  "scripts": {
17
17
  "prepublishOnly": "npm --prefix ../ install && npm --prefix ../ run build && npm i && npm test && npm run build",