From 8d73dd41fbda69f2644ab40f40da95552350f4fd Mon Sep 17 00:00:00 2001 From: sc0ttj Date: Mon, 2 Nov 2020 18:36:18 +0000 Subject: [PATCH] updated to 2.0.1: - fixes that make it build again - clean up in src/router.js - small updates to examples Tested and working in Node v10+, and on various modern browsers --- package.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/package.json b/package.json index 0e11fbb..5e376c5 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "@scottjarvis/router", - "version": "2.0.0", + "version": "2.0.1", "description": "A simple isomorphic router.", "author": "sc0ttj", "license": "MIT",