From 88711cb21b707c0411f03abc1ebc75fcd0d12cf1 Mon Sep 17 00:00:00 2001 From: uellenberg Date: Sun, 23 May 2021 21:08:07 -0700 Subject: [PATCH] Use lowercase name in package.json --- package.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/package.json b/package.json index 58e7fad..55d9d22 100644 --- a/package.json +++ b/package.json @@ -1,5 +1,5 @@ { - "name": "REXS", + "name": "rexs", "version": "1.0.0", "description": "REXS is Javascript library that helps in the creation of regular expressions.", "main": "dist/cjs/index.js",