diff --git a/.npmignore b/.npmignore index 4dfc326..a47d0a4 100644 --- a/.npmignore +++ b/.npmignore @@ -1,5 +1,4 @@ node_modules/ .eslintrc.cjs -gitstronaut.jpg .github/ unreleased/ diff --git a/package-lock.json b/package-lock.json index 070eba9..ee799aa 100644 --- a/package-lock.json +++ b/package-lock.json @@ -1,12 +1,12 @@ { "name": "gitstronaut", - "version": "1.0.4", + "version": "1.0.5", "lockfileVersion": 3, "requires": true, "packages": { "": { "name": "gitstronaut", - "version": "1.0.4", + "version": "1.0.5", "license": "GPL-3.0-or-later", "dependencies": { "@octokit/auth-oauth-device": "^6.0.1", diff --git a/package.json b/package.json index 0514036..f9b6223 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "gitstronaut", - "version": "1.0.4", + "version": "1.0.5", "description": "", "main": "index.mjs", "type": "module",