Skip to content

Commit

Permalink
readme updated
Browse files Browse the repository at this point in the history
  • Loading branch information
miguelBinpar committed May 26, 2020
1 parent d783f88 commit 9e52cc4
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 2 deletions.
2 changes: 2 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
@@ -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
4 changes: 2 additions & 2 deletions index.ts
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
import packageJSON from './package.json';

export const {version} = packageJSON;
export const { version } = packageJSON;

export * from './tools/fs';
export * from './tools/fs';

0 comments on commit 9e52cc4

Please sign in to comment.