From 83d7cc6cf0a1c1fa7d5ff4a75271ceab8b96ed5f Mon Sep 17 00:00:00 2001 From: Mihir Kumar Date: Sun, 30 Aug 2020 11:27:29 +0530 Subject: [PATCH] =?UTF-8?q?docs:=20=E2=9C=8F=EF=B8=8F=20new=20badges=20add?= =?UTF-8?q?ed?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit This commit includes newer image shield badges and npm repo link --- README.md | 12 ++++++++++-- package.json | 2 +- 2 files changed, 11 insertions(+), 3 deletions(-) diff --git a/README.md b/README.md index ee97958..7da0119 100755 --- a/README.md +++ b/README.md @@ -1,6 +1,11 @@

welcome to fastify-typescript-generator 👋

- Version + Version + + npm + + npm bundle size + npm Documentation @@ -8,7 +13,8 @@ Maintenance - License: MIT + License: MIT + Snyk Vulnerabilities for npm package

@@ -16,6 +22,8 @@ ### 🏠 [homepage](https://github.com/open-devs/fastify-typescript-generator#readme) +### 📰 [npm](https://www.npmjs.com/package/fastify-typescript-generator) + ## install ```sh diff --git a/package.json b/package.json index 0542f29..9cc30d5 100755 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "fastify-typescript-generator", - "version": "0.1.3", + "version": "0.1.4", "description": "Generate new Fastify applications similar to express-generate which but sets it up to use TypeScript instead", "preferGlobal": true, "scripts": {