dksetup 1.0.24 → 1.0.26

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/justfile +1 -4
  2. package/package.json +1 -1
package/justfile CHANGED
@@ -6,9 +6,6 @@ set shell := ["powershell", "-c"]
6
6
  publish:
7
7
  node dksetup-publish.mjs
8
8
 
9
- # Bump only
10
- bump:
11
- npm version patch --no-git-tag-version
12
9
 
13
10
  # Show current version
14
11
  version:
@@ -20,5 +17,5 @@ install:
20
17
 
21
18
  # Help
22
19
  help:
23
- echo "Available commands: publish, npm publish, bump, version, install"
20
+ echo "Available commands: publish, version, install"
24
21
 
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "dksetup",
3
- "version": "1.0.24",
3
+ "version": "1.0.26",
4
4
  "description": "A CLI toolkit for DK-CLI.",
5
5
  "main": "index.js",
6
6
  "bin": {