Skip to content

Commit

Permalink
chore: improve description and tags
Browse files Browse the repository at this point in the history
  • Loading branch information
JanMalch committed Oct 22, 2020
1 parent da1b98c commit 69ce28a
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 5 deletions.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@
[![coverage](https://img.shields.io/badge/coverage-100%25-success)](https://github.com/JanMalch/ts-code-contracts/blob/master/jest.config.js#L14-L17)
[![minified + gzip](https://badgen.net/bundlephobia/minzip/ts-code-contracts)](https://bundlephobia.com/result?p=ts-code-contracts)

_Code contracts to improve your TypeScript code._
__Design by contract with TypeScript.__

## Installation & Usage

Expand Down
7 changes: 3 additions & 4 deletions package.json
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
{
"name": "ts-code-contracts",
"version": "1.0.0",
"description": "Code Contracts for TypeScript",
"description": "Design by contract with TypeScript.",
"main": "index.js",
"types": "index.d.ts",
"scripts": {
Expand All @@ -18,10 +18,9 @@
"url": "git+https://github.com/JanMalch/ts-code-contracts.git"
},
"keywords": [
"Code",
"Contracts",
"Code",
"Quality",
"Code Contracts",
"Code Quality",
"TypeScript"
],
"author": "JanMalch",
Expand Down

0 comments on commit 69ce28a

Please sign in to comment.