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",