From e14514d71f95d6030df72302bdd9db8387058cf2 Mon Sep 17 00:00:00 2001 From: Chen Asraf Date: Tue, 2 May 2023 00:25:06 +0300 Subject: [PATCH] build: update package name --- package.json | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/package.json b/package.json index 1939210..9c81444 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { - "name": "search-ast-parser", - "version": "0.1.0", + "name": "search-parse", + "version": "1.0.0", "description": "Parses search query syntax into AST tree", "main": "index.js", "repository": "https://github.com/chenasraf/search-ast-parser-js",