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": {