From a1d8426773474259b5feccd0ae7e585f8f102a9c Mon Sep 17 00:00:00 2001 From: "Alex A. Naanou" Date: Sun, 4 Oct 2020 05:02:12 +0300 Subject: [PATCH] tweaking... Signed-off-by: Alex A. Naanou --- types.js => main.js | 0 package.json | 4 ++-- 2 files changed, 2 insertions(+), 2 deletions(-) rename types.js => main.js (100%) diff --git a/types.js b/main.js similarity index 100% rename from types.js rename to main.js diff --git a/package.json b/package.json index 53bef8f..a04dfef 100644 --- a/package.json +++ b/package.json @@ -1,8 +1,8 @@ { "name": "ig-types", - "version": "1.0.0", + "version": "2.0.0", "description": "Generic JavaScript types and type extensions...", - "main": "types.js", + "main": "main.js", "scripts": { "test": "echo \"Error: no test specified\" && exit 1" },