From 829735c6bddea6a6aff32d2cfa991b25265989ef Mon Sep 17 00:00:00 2001 From: Erik Guzman Date: Wed, 15 Jan 2020 21:27:09 -0800 Subject: [PATCH] Version bump --- lefthook.yml | 10 +++++----- package.json | 2 +- 2 files changed, 6 insertions(+), 6 deletions(-) diff --git a/lefthook.yml b/lefthook.yml index 3d62313..8a5c225 100644 --- a/lefthook.yml +++ b/lefthook.yml @@ -2,11 +2,11 @@ # Refer for explanation to following link: # https://github.com/Arkweid/lefthook/blob/master/docs/full_guide.md # -pre-push: - commands: - packages-audit: - tags: frontend security - run: yarn audit +# pre-push: +# commands: +# packages-audit: +# tags: frontend security +# run: yarn audit # gems-audit: # tags: backend security # run: bundle audit diff --git a/package.json b/package.json index de1aaf1..35aa1ea 100644 --- a/package.json +++ b/package.json @@ -1,7 +1,7 @@ { "name": "react-twitch-embed-video", "description": "Allows you to easily embed a twitch video in your ReactJS application", - "version": "1.1.2", + "version": "1.1.3", "license": "MIT", "author": "Erik Guzman", "repository": {