From 7053b32e702aeb60d8ba0527d046fe7fb8dff378 Mon Sep 17 00:00:00 2001 From: unadlib Date: Tue, 24 Nov 2020 19:47:12 +0800 Subject: [PATCH] docs(desc): update desc --- README.md | 2 +- package.json | 14 +++++++++++--- 2 files changed, 12 insertions(+), 4 deletions(-) diff --git a/README.md b/README.md index c723041..fda1d15 100644 --- a/README.md +++ b/README.md @@ -3,7 +3,7 @@ ![Node CI](https://github.com/unadlib/jsdoc-tests/workflows/Node%20CI/badge.svg) [![npm version](https://badge.fury.io/js/jsdoc-tests.svg)](http://badge.fury.io/js/jsdoc-tests) -A JSDoc test tool for Documentation-Driven Quality +A JSDoc test tool for documentation-driven quality ## Installation diff --git a/package.json b/package.json index 589c315..806dc2c 100644 --- a/package.json +++ b/package.json @@ -1,7 +1,7 @@ { "name": "jsdoc-tests", - "version": "0.1.0", - "description": "A JSDoc test tool for Documentation-Driven Quality", + "version": "0.1.1", + "description": "A JSDoc test tool for documentation-driven quality", "source": "src/index.ts", "typings": "dist/index.d.ts", "main": "dist/index.js", @@ -17,7 +17,15 @@ "type": "git", "url": "git+https://github.com/unadlib/jsdoc-tests.git" }, - "keywords": [], + "keywords": [ + "documentation-driven quality", + "jsdoc-test", + "jsdoc-tests", + "jest", + "testing-tool", + "testing", + "jsdoc" + ], "author": "unadlib", "license": "MIT", "bugs": {