From b4ab8f6b7e410aa554979ea9771bb7aaa9bb0235 Mon Sep 17 00:00:00 2001 From: "Christopher V. Rose" Date: Thu, 19 Mar 2020 08:15:24 +0530 Subject: [PATCH] Change description --- package.json | 21 +++++++++++++++++---- 1 file changed, 17 insertions(+), 4 deletions(-) diff --git a/package.json b/package.json index acf6d80..88a102b 100644 --- a/package.json +++ b/package.json @@ -1,15 +1,28 @@ { "name": "instagram-data-count", - "version": "0.1.0", - "description": "", + "version": "0.1.1", + "description": "Read messages.json to get a total conversation message count", "main": "index.js", "scripts": { "test": "echo \"Error: no test specified\" && exit 1" }, "author": "Christopher Rose", - "license": "ISC", + "license": "MIT", "dependencies": {}, "devDependencies": { "eslint": "^6.8.0" - } + }, + "repository": { + "type": "git", + "url": "git+https://github.com/chrisvrose/ig-data-count.git" + }, + "keywords": [ + "count", + "messages", + "ig" + ], + "bugs": { + "url": "https://github.com/chrisvrose/ig-data-count/issues" + }, + "homepage": "https://github.com/chrisvrose/ig-data-count#readme" }