From 18a1087478acf4960c9763d00af6a28d8063e544 Mon Sep 17 00:00:00 2001 From: PhilKunz Date: Tue, 6 Sep 2016 17:22:26 +0200 Subject: [PATCH] copile docs --- README.md | 1 + package.json | 2 +- 2 files changed, 2 insertions(+), 1 deletion(-) diff --git a/README.md b/README.md index 219c1e2..b8aae54 100644 --- a/README.md +++ b/README.md @@ -15,6 +15,7 @@ Write npm modules with TypeScript without hassle. TypeScript ready. Fully ES6. [![bitHound Code](https://www.bithound.io/github/pushrocks/npmts/badges/code.svg)](https://www.bithound.io/github/pushrocks/npmts) [![TypeScript](https://img.shields.io/badge/TypeScript-2.x-blue.svg)](https://nodejs.org/dist/latest-v6.x/docs/api/) [![node](https://img.shields.io/badge/node->=%206.x.x-blue.svg)](https://nodejs.org/dist/latest-v6.x/docs/api/) +[![JavaScript Style Guide](https://img.shields.io/badge/code%20style-standard-brightgreen.svg)](http://standardjs.com/) ## Introduction NPMTS is your friend when writing, testing, publishing and documenting npm modules written in TypeScript. diff --git a/package.json b/package.json index 059c663..474ec5a 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "npmts", - "version": "5.4.27", + "version": "5.4.28", "description": "Write npm modules with TypeScript without hassle. TypeScript ready. Fully ES6.", "main": "dist/index.js", "bin": {