Skip to content

Commit

Permalink
docs(core): 📝 improve package docs
Browse files Browse the repository at this point in the history
  • Loading branch information
avchugaev committed Sep 22, 2022
1 parent 5a13caa commit 38d24ce
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 4 deletions.
9 changes: 5 additions & 4 deletions packages/core/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,10 +2,11 @@

A set of pure functions and types useful in any application.

![Build](https://img.shields.io/github/workflow/status/monumentjs/workspace/Release?logo=github)
![License](https://img.shields.io/github/license/monumentjs/workspace?logo=github)
![NPM version](https://img.shields.io/npm/v/@monument/core?logo=npm)
![NPM dependencies](https://img.shields.io/librariesio/release/npm/@monument/core?logo=npm)
[![Build](https://img.shields.io/github/workflow/status/monumentjs/workspace/Release?logo=typescript&logoColor=white)](https://github.com/monumentjs/workspace/actions)
[![Test](https://img.shields.io/github/workflow/status/monumentjs/workspace/Release?logo=jest&label=test)](https://github.com/monumentjs/workspace/actions)
[![Lint](https://img.shields.io/github/workflow/status/monumentjs/workspace/Release?logo=eslint&label=lint)](https://github.com/monumentjs/workspace/actions)
[![License](https://img.shields.io/github/license/monumentjs/workspace?logo=github)](/LICENSE)
[![NPM version](https://img.shields.io/npm/v/@monument/core?logo=npm&label=version&logoColor=white)](https://www.npmjs.com/package/@monument/core)

## Install

Expand Down
1 change: 1 addition & 0 deletions packages/core/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -14,6 +14,7 @@
"url": "https://github.com/monumentjs/workspace.git",
"directory": "packages/core"
},
"license": "MIT",
"typedoc": {
"entryPoint": "./src/index.ts",
"readmeFile": "./README.md"
Expand Down

0 comments on commit 38d24ce

Please sign in to comment.