From 1a6d59b0efb4a79f4372a35163252f4d35bd5b7f Mon Sep 17 00:00:00 2001 From: Akshay Nair Date: Thu, 17 Feb 2022 22:01:49 +0530 Subject: v0.0.1 --- package.json | 10 ++++++++-- 1 file changed, 8 insertions(+), 2 deletions(-) diff --git a/package.json b/package.json index b58017f..43089db 100644 --- a/package.json +++ b/package.json @@ -1,13 +1,19 @@ { "name": "elxr", - "version": "0.0.0", + "version": "0.0.1", "description": "Regular expression-like syntax generalized for list operations", "main": "lib/index.js", "types": "lib/index.d.ts", "repository": "https://github.com/phenax/elxr.git", "author": "Akshay Nair ", "license": "MIT", - "keywords": ["regex", "regular", "expressions", "list", "typescript"], + "keywords": [ + "regex", + "regular", + "expressions", + "list", + "typescript" + ], "scripts": { "tsc": "tsc --emitDeclarationOnly --outDir lib", "test": "jest", -- cgit v1.3.1