@appbaseio/autocomplete-suggestions-plugin
Advanced tools
Comparing version 1.0.12-alpha to 1.0.13-alpha
{ | ||
"name": "@appbaseio/autocomplete-suggestions-plugin", | ||
"version": "1.0.12-alpha", | ||
"version": "1.0.13-alpha", | ||
"description": "A suggestions plugin for autocomplete-js, backed by appbase client.", | ||
@@ -9,3 +9,3 @@ "main": "lib/index.js", | ||
"scripts": { | ||
"build": "./node_modules/.bin/esbuild src/index.js --bundle --loader:.js=jsx --jsx-factory= --format=esm --outfile=lib/index.js", | ||
"build": "./node_modules/.bin/esbuild src/index.js --bundle --loader:.js=jsx --jsx-factory= --format=esm target=esnext --outfile=lib/index.js", | ||
"test": "echo \"Error: no test specified\" && exit 1" | ||
@@ -12,0 +12,0 @@ }, |
80632