From 01d165145b4fb8b5c0958a5108c11d93227db337 Mon Sep 17 00:00:00 2001 From: Whaley Date: Fri, 3 Jun 2022 19:57:28 -0500 Subject: [PATCH] 0.2.0 --- package.json | 8 +++----- 1 file changed, 3 insertions(+), 5 deletions(-) diff --git a/package.json b/package.json index cef735b..8a8f887 100644 --- a/package.json +++ b/package.json @@ -1,15 +1,13 @@ { "name": "esbuild-plugin-glob-import", - "version": "0.1.1", - "description": "Glob imports with output that matches your file structure.", + "version": "0.2.0", + "description": "Use globs to import multiple files.", "keywords": [ "esbuild", "plugin", "fast", "glob", - "import", - "dir", - "structure" + "import" ], "license": "ISC", "author": "Dustin Dowell",