Skip to content

Commit

Permalink
Cleanup
Browse files Browse the repository at this point in the history
  • Loading branch information
MatthewCallis committed Dec 31, 2020
1 parent 980bd5a commit 5b77a37
Show file tree
Hide file tree
Showing 12 changed files with 267 additions and 526 deletions.
2 changes: 1 addition & 1 deletion .nvmrc
Original file line number Diff line number Diff line change
@@ -1 +1 @@
v14.15.0
v14.15.3
1 change: 0 additions & 1 deletion .travis.yml
Original file line number Diff line number Diff line change
@@ -1,6 +1,5 @@
language: node_js
node_js:
- "10"
- "12"
- "14"

Expand Down
4 changes: 4 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,10 @@

All notable changes to this project will be documented in this file. This project adheres to [Semantic Versioning](http://semver.org/).

## [3.4.3](https://github.com/uttori/uttori-storage-provider-json-memory/compare/v3.4.2...v3.4.3) - 2020-11-15

- 🧰 Make `debug` an optional dependency

## [3.4.2](https://github.com/uttori/uttori-storage-provider-json-file/compare/v3.4.1...v3.4.2) - 2020-11-15

- 🎁 Update dev dependencies
Expand Down
6 changes: 5 additions & 1 deletion README.md
Original file line number Diff line number Diff line change
@@ -1,8 +1,12 @@
[![view on npm](https://img.shields.io/npm/v/@uttori/storage-provider-json-file.svg)](https://www.npmjs.org/package/@uttori/storage-provider-json-file)
[![npm module downloads](https://img.shields.io/npm/dt/@uttori/storage-provider-json-file.svg)](https://www.npmjs.org/package/@uttori/storage-provider-json-file)
[![Build Status](https://travis-ci.org/uttori/uttori-storage-provider-json-file.svg?branch=master)](https://travis-ci.org/uttori/uttori-storage-provider-json-file)
[![Build Status](https://travis-ci.com/uttori/uttori-storage-provider-json-file.svg?branch=master)](https://travis-ci.com/uttori/uttori-storage-provider-json-file)
[![Dependency Status](https://david-dm.org/uttori/uttori-storage-provider-json-file.svg)](https://david-dm.org/uttori/uttori-storage-provider-json-file)
[![Coverage Status](https://coveralls.io/repos/uttori/uttori-storage-provider-json-file/badge.svg?branch=master)](https://coveralls.io/r/uttori/uttori-storage-provider-json-file?branch=master)
[![Tree-Shaking Support](https://badgen.net/bundlephobia/tree-shaking/@uttori/storage-provider-json-file)](https://bundlephobia.com/result?p=@uttori/storage-provider-json-file)
[![Dependency Count](https://badgen.net/bundlephobia/dependency-count/@uttori/storage-provider-json-file)](https://bundlephobia.com/result?p=@uttori/storage-provider-json-file)
[![Minified + GZip](https://badgen.net/bundlephobia/minzip/@uttori/storage-provider-json-file)](https://bundlephobia.com/result?p=@uttori/storage-provider-json-file)
[![Minified](https://badgen.net/bundlephobia/min/@uttori/storage-provider-json-file)](https://bundlephobia.com/result?p=@uttori/storage-provider-json-file)

# Uttori Storage Provider - JSON File

Expand Down
Loading

0 comments on commit 5b77a37

Please sign in to comment.