From b44afdb88c95b3322a58a43beb1320ffa54aa04c Mon Sep 17 00:00:00 2001 From: Andrei Dumitrescu <5057797+andreidcm@users.noreply.github.com> Date: Fri, 1 May 2020 21:21:13 +0200 Subject: [PATCH] feat: Update packages --- README.md | 23 - package-lock.json | 1920 ++++++++++++++++++++++++++++++++++----------- package.json | 22 +- 3 files changed, 1488 insertions(+), 477 deletions(-) diff --git a/README.md b/README.md index cba0da6..9ff8547 100644 --- a/README.md +++ b/README.md @@ -20,7 +20,6 @@ Experimental. Use [Ramda](https://github.com/ramda/ramda). * [Install](#install) * [Develop](#develop) * [Use](#use) -* [Commit messages](#commit-messages) * [Changelog](#changelog) @@ -120,28 +119,6 @@ const renameFile = newName => pipe( ) ``` -## Commit messages - -Using Angular's [conventions](https://github.com/angular/angular.js/blob/master/DEVELOPERS.md#-git-commit-guidelines). - -```text -(): - - - -