summaryrefslogtreecommitdiff
path: root/package.json
diff options
context:
space:
mode:
authorAkshay Nair <phenax5@gmail.com>2022-02-17 22:11:46 +0530
committerAkshay Nair <phenax5@gmail.com>2022-02-17 22:11:46 +0530
commitfee592d96c914336aaf96376524b81cb59dc6083 (patch)
tree98d52cc7ee69d0d96d0d0b5d33e72151f7b3db4e /package.json
parent1a6d59b0efb4a79f4372a35163252f4d35bd5b7f (diff)
downloadelxr-0.0.2.tar.gz
elxr-0.0.2.zip
v0.0.2v0.0.2
Diffstat (limited to 'package.json')
-rw-r--r--package.json3
1 files changed, 2 insertions, 1 deletions
diff --git a/package.json b/package.json
index 43089db..c8c61a6 100644
--- a/package.json
+++ b/package.json
@@ -1,6 +1,6 @@
{
"name": "elxr",
- "version": "0.0.1",
+ "version": "0.0.2",
"description": "Regular expression-like syntax generalized for list operations",
"main": "lib/index.js",
"types": "lib/index.d.ts",
@@ -30,6 +30,7 @@
"typescript": "^4.5.4"
},
"dependencies": {
+ "elxr": "^0.0.1",
"fp-ts": "^2.11.6"
}
}