From a73e31c6416893495583eac274f00145cc886df8 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Ren=C3=A9e=20Kooi?= Date: Fri, 14 Dec 2018 19:09:49 +0100 Subject: [PATCH] 3.1.2 --- package.json | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/package.json b/package.json index 78195da..d8af625 100644 --- a/package.json +++ b/package.json @@ -1,7 +1,7 @@ { "name": "split-require", - "description": "Bundle splitting for CommonJS and ES modules (dynamic `import()`) in browserify", - "version": "3.1.1", + "description": "CommonJS-first bundle splitting, for browserify", + "version": "3.1.2", "bugs": { "url": "https://github.com/goto-bus-stop/split-require/issues" },