Skip to content

Commit 7e3b184

Browse files
committed
fix(doc): fix typo + badges
1 parent 9e5845f commit 7e3b184

File tree

3 files changed

+17
-4
lines changed

3 files changed

+17
-4
lines changed

.npmignore

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,3 @@
1+
screenshots/
2+
tsconfig.json
3+
tslint.json

README.md

Lines changed: 8 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,10 @@
1+
<p align="center">
2+
<a href="https://www.npmjs.com/package/@compodoc/ts-stats"><img src="https://badge.fury.io/js/%40compodoc%2Fts-stats.svg" alt="npm badge"></a>
3+
<a href="https://david-dm.org/compodoc/ts-stats"><img src="https://david-dm.org/compodoc/ts-stats.svg" alt="npm dependencies"></a>
4+
<a href="https://david-dm.org/compodoc/ts-stats?type=dev"><img src="https://david-dm.org/compodoc/ts-stats/dev-status.svg" alt="npm devDependencies"></a>
5+
<a href="http://opensource.org/licenses/MIT"><img src="http://img.shields.io/badge/license-MIT-brightgreen.svg" alt="MIT badge"></a>
6+
</p>
7+
18
# ts-stats
29
Gives statistics about your TypeScript files
310

@@ -21,7 +28,7 @@ yarn global add @compodoc/ts-stats
2128

2229
## Usage
2330

24-
Use ts-stats near a `tsconfig.json` file.
31+
Use __`ts-stats`__ near a `tsconfig.json` file.
2532

2633
```
2734
$ ts-stats

package.json

Lines changed: 6 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
{
22
"name": "@compodoc/ts-stats",
33
"version": "1.0.0",
4-
"description": "Gets some stats of any TypeScript application",
4+
"description": "Gets some statistics of any TypeScript application",
55
"main": "dist/index.js",
66
"bin": {
77
"ts-stats": "dist/index.js"
@@ -11,9 +11,12 @@
1111
"url": "[email protected]:compodoc/ts-stats.git"
1212
},
1313
"scripts": {
14-
"postinstall": "tsc"
14+
"prepublishOnly": "tsc"
1515
},
16-
"keywords": [],
16+
"keywords": [
17+
"typescript",
18+
"statistics"
19+
],
1720
"author": {
1821
"email": "[email protected]",
1922
"name": "Wassim Chegham",

0 commit comments

Comments
 (0)