From 4f3e028105a288fafa2a43c450317dd51d117b8f Mon Sep 17 00:00:00 2001 From: Christopher Patty Date: Mon, 10 Feb 2020 23:16:30 -0700 Subject: [PATCH] Added repository and homepage --- package.json | 10 +++++++++- 1 file changed, 9 insertions(+), 1 deletion(-) diff --git a/package.json b/package.json index 43d72a2..331683e 100644 --- a/package.json +++ b/package.json @@ -1,9 +1,17 @@ { "name": "@tecuity/barcode-generator", - "version": "1.1.1", + "version": "1.1.2", "main": "dist/index.js", "license": "MIT", "dependencies": {}, + "repository": { + "type" : "git", + "url" : "https://github.com/tecuity/barcode-generator" + }, + "homepage": { + "type" : "git", + "url" : "https://github.com/tecuity/barcode-generator" + }, "scripts": { "build": "node build.js" },