diff --git a/.npmignore b/.npmignore new file mode 100644 index 0000000..6f903c5 --- /dev/null +++ b/.npmignore @@ -0,0 +1,4 @@ +# .npmignore +images/ +.vscode/ +node_modules/ diff --git a/package-lock.json b/package-lock.json index 4af3f4b..f8c1dae 100644 --- a/package-lock.json +++ b/package-lock.json @@ -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", diff --git a/package.json b/package.json index 1931d1c..bba740d 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "xodivorce", - "version": "1.0.0", + "version": "1.0.1", "description": "CLI card for xodivorce", "main": "index.mjs", "bin": {