diff --git a/package-lock.json b/package-lock.json index a2803bc..410828e 100644 --- a/package-lock.json +++ b/package-lock.json @@ -1,12 +1,12 @@ { "name": "investec-card-cli", - "version": "1.2.0", + "version": "1.2.1", "lockfileVersion": 2, "requires": true, "packages": { "": { "name": "investec-card-cli", - "version": "1.2.0", + "version": "1.2.1", "license": "MIT", "dependencies": { "chalk": "^4.1.2", diff --git a/package.json b/package.json index 40b61d8..3f4921b 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "investec-card-cli", - "version": "1.2.0", + "version": "1.2.1", "main": "bin/index.js", "bin": { "card-emu": "./bin/index.js" @@ -26,6 +26,10 @@ "author": "Devin Pearson", "license": "MIT", "description": "An emulator for the Programmable Card Code Lamda function", + "repository": { + "type": "git", + "url": "https://github.com/devinpearson/card-code-cli.git" + }, "dependencies": { "chalk": "^4.1.2", "dotenv": "^16.3.1",