diff --git a/.npmignore b/.npmignore new file mode 100644 index 0000000..3982c2a --- /dev/null +++ b/.npmignore @@ -0,0 +1,3 @@ +screenshots/ +tsconfig.json +tslint.json \ No newline at end of file diff --git a/README.md b/README.md index c68a882..1f860d6 100644 --- a/README.md +++ b/README.md @@ -1,3 +1,10 @@ +

+ npm badge + npm dependencies + npm devDependencies + MIT badge +

+ # ts-stats Gives statistics about your TypeScript files @@ -21,7 +28,7 @@ yarn global add @compodoc/ts-stats ## Usage -Use ts-stats near a `tsconfig.json` file. +Use __`ts-stats`__ near a `tsconfig.json` file. ``` $ ts-stats diff --git a/package.json b/package.json index 1f6ee66..35ae6cf 100644 --- a/package.json +++ b/package.json @@ -1,7 +1,7 @@ { "name": "@compodoc/ts-stats", "version": "1.0.0", - "description": "Gets some stats of any TypeScript application", + "description": "Gets some statistics of any TypeScript application", "main": "dist/index.js", "bin": { "ts-stats": "dist/index.js" @@ -11,9 +11,12 @@ "url": "git@github.com:compodoc/ts-stats.git" }, "scripts": { - "postinstall": "tsc" + "prepublishOnly": "tsc" }, - "keywords": [], + "keywords": [ + "typescript", + "statistics" + ], "author": { "email": "contact@wassimchegham.com", "name": "Wassim Chegham",