build: update package name

This commit is contained in:
Chen Asraf
2023-05-02 00:25:06 +03:00
committed by Chen Asraf
parent dc2fde1da4
commit e14514d71f

View File

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