From 9e52cc463963acc7d4d5fcdd99134948702de762 Mon Sep 17 00:00:00 2001 From: miguelBinpar Date: Tue, 26 May 2020 18:36:25 +0200 Subject: [PATCH] readme updated --- README.md | 2 ++ index.ts | 4 ++-- 2 files changed, 4 insertions(+), 2 deletions(-) diff --git a/README.md b/README.md index f2bdd85..4be8558 100644 --- a/README.md +++ b/README.md @@ -1,3 +1,5 @@ # Node Boilerplate +[![Build Status](https://travis-ci.org/acttoreact/fs.svg?branch=master)](https://travis-ci.org/acttoreact/fs) [![Coverage Status](https://coveralls.io/repos/github/acttoreact/fs/badge.svg?branch=master)](https://coveralls.io/github/acttoreact/fs) [![npm](https://img.shields.io/npm/v/@a2r/fs)](https://www.npmjs.com/package/@a2r/fs) [![Snyk Vulnerabilities for GitHub Repo](https://img.shields.io/snyk/vulnerabilities/github/acttoreact/fs)](https://snyk.io/test/github/acttoreact/fs) [![node-current](https://img.shields.io/node/v/@a2r/fs)](https://www.npmjs.com/package/@a2r/fs) [![GitHub](https://img.shields.io/github/license/acttoreact/fs)](https://github.com/acttoreact/fs/blob/develop/license.md) [![Documentation](https://img.shields.io/badge/documentation-ready-green)](https://htmlpreview.github.io/?https://github.com/acttoreact/fs/blob/develop/docs/jsdocs/index.html#readDir) + Node Boilerplate for A2r TypeScript Projects diff --git a/index.ts b/index.ts index 297edbd..bd76a16 100644 --- a/index.ts +++ b/index.ts @@ -1,5 +1,5 @@ import packageJSON from './package.json'; -export const {version} = packageJSON; +export const { version } = packageJSON; -export * from './tools/fs'; \ No newline at end of file +export * from './tools/fs';