Skip to content

Commit

Permalink
docs(desc): update desc
Browse files Browse the repository at this point in the history
  • Loading branch information
unadlib committed Nov 24, 2020
1 parent 14cb3e0 commit 7053b32
Show file tree
Hide file tree
Showing 2 changed files with 12 additions and 4 deletions.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -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

Expand Down
14 changes: 11 additions & 3 deletions package.json
Original file line number Diff line number Diff line change
@@ -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",
Expand All @@ -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": {
Expand Down

0 comments on commit 7053b32

Please sign in to comment.