Change description

This commit is contained in:
2020-03-19 08:15:24 +05:30
parent 732f643a98
commit b4ab8f6b7e

View File

@@ -1,15 +1,28 @@
{ {
"name": "instagram-data-count", "name": "instagram-data-count",
"version": "0.1.0", "version": "0.1.1",
"description": "", "description": "Read messages.json to get a total conversation message count",
"main": "index.js", "main": "index.js",
"scripts": { "scripts": {
"test": "echo \"Error: no test specified\" && exit 1" "test": "echo \"Error: no test specified\" && exit 1"
}, },
"author": "Christopher Rose", "author": "Christopher Rose",
"license": "ISC", "license": "MIT",
"dependencies": {}, "dependencies": {},
"devDependencies": { "devDependencies": {
"eslint": "^6.8.0" "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"
} }