From f196690d88f761c7af0a770f83e2a35b105a992c Mon Sep 17 00:00:00 2001 From: Helder Burato Berto Date: Wed, 8 Jan 2020 11:09:22 -0300 Subject: [PATCH 1/2] chore(version): package.json updated to v1.1.2 --- package.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/package.json b/package.json index 749ab2c..70b17d4 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "@codevor/js-http-status", - "version": "1.1.1", + "version": "1.1.2", "description": "🔍 A simple way to catch HTTP statuses with JavaScript.", "main": "dist/js-http-status.js", "unpkg": "dist/js-http-status.min.js", From 580585a25b7010e78c6895b4bb01b27cf5cec45a Mon Sep 17 00:00:00 2001 From: Helder Burato Berto Date: Wed, 8 Jan 2020 11:09:35 -0300 Subject: [PATCH 2/2] docs(readme): fixed try run from npm link --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index ccca769..c15920c 100644 --- a/README.md +++ b/README.md @@ -24,7 +24,7 @@ $ yarn add @codevor/js-http-status ## Usage -Practice and learn [here](https://npm.runkit.com/js-http-status). +Practice and learn [here](https://npm.runkit.com/%40codevor%2Fjs-http-status). With ES6/import