cli-nano 0.3.3 → 0.3.4
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 +2 -2
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "cli-nano",
|
|
3
|
-
"version": "0.3.
|
|
3
|
+
"version": "0.3.4",
|
|
4
4
|
"description": "Mini command-line tool similar to `yargs` or `parseArgs` from Node.js that accepts positional arguments, flags and options.",
|
|
5
5
|
"type": "module",
|
|
6
6
|
"main": "./dist/index.js",
|
|
@@ -38,7 +38,7 @@
|
|
|
38
38
|
"biome:lint:write": "biome lint --write ./src",
|
|
39
39
|
"biome:format:check": "biome format ./src",
|
|
40
40
|
"biome:format:write": "biome format --write ./src",
|
|
41
|
-
"preview:release": "release-it --only-version --dry-run",
|
|
41
|
+
"preview:release": "release-it --only-version --dry-run --no-git",
|
|
42
42
|
"release": "release-it --only-version",
|
|
43
43
|
"test": "vitest --watch --config ./vitest.config.mts",
|
|
44
44
|
"test:coverage": "vitest --coverage --config ./vitest.config.mts"
|