This commit is contained in:
2025-07-26 18:39:16 +05:30
parent c1bf88da0d
commit 64f8ece3f8
3 changed files with 7 additions and 3 deletions

4
.npmignore Normal file
View File

@@ -0,0 +1,4 @@
# .npmignore
images/
.vscode/
node_modules/

4
package-lock.json generated
View File

@@ -1,12 +1,12 @@
{
"name": "xodivorce",
"version": "1.0.0",
"version": "1.0.1",
"lockfileVersion": 3,
"requires": true,
"packages": {
"": {
"name": "xodivorce",
"version": "1.0.0",
"version": "1.0.1",
"license": "MIT",
"dependencies": {
"boxen": "^8.0.1",

View File

@@ -1,6 +1,6 @@
{
"name": "xodivorce",
"version": "1.0.0",
"version": "1.0.1",
"description": "CLI card for xodivorce",
"main": "index.mjs",
"bin": {