diff options
| author | Akshay Nair <phenax5@gmail.com> | 2022-02-17 22:01:49 +0530 |
|---|---|---|
| committer | Akshay Nair <phenax5@gmail.com> | 2022-02-17 22:01:49 +0530 |
| commit | 1a6d59b0efb4a79f4372a35163252f4d35bd5b7f (patch) | |
| tree | 0e76b3b3e50498a7e23b620e38195365613d2fdd /package.json | |
| parent | 054098eb896556ac2055663e2b4326df8998b975 (diff) | |
| download | elxr-1a6d59b0efb4a79f4372a35163252f4d35bd5b7f.tar.gz elxr-1a6d59b0efb4a79f4372a35163252f4d35bd5b7f.zip | |
v0.0.1v0.0.1
Diffstat (limited to 'package.json')
| -rw-r--r-- | package.json | 10 |
1 files 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 <phenax5@gmail.com>", "license": "MIT", - "keywords": ["regex", "regular", "expressions", "list", "typescript"], + "keywords": [ + "regex", + "regular", + "expressions", + "list", + "typescript" + ], "scripts": { "tsc": "tsc --emitDeclarationOnly --outDir lib", "test": "jest", |
