From 6d53234a9cfd95f16fc99c8733e71b9f980aa3e6 Mon Sep 17 00:00:00 2001 From: bendtherules Date: Mon, 20 Aug 2018 12:29:23 +0530 Subject: [PATCH] Update package.json details --- package.json | 10 ++++++---- 1 file changed, 6 insertions(+), 4 deletions(-) diff --git a/package.json b/package.json index 7750f58..33b8422 100644 --- a/package.json +++ b/package.json @@ -1,13 +1,15 @@ { "name": "eslint-plugin-undef-init", - "version": "0.0.0", - "description": "Always initialize variables declarations. Instead of naked declarations, set it to undefined.", + "version": "0.0.1", + "description": "Always initialize variables during declaration. Set it explicitly to undefined, if required.", "keywords": [ "eslint", "eslintplugin", - "eslint-plugin" + "eslint-plugin", + "undef-init" ], - "author": "Abhas Bhattacharya", + "author": "Abhas Bhattacharya ", + "homepage": "https://github.com/bendtherules/eslint-plugin-undef-init", "main": "lib/index.js", "scripts": { "test": "mocha tests --recursive"