From 444d587d976e1792fb7736e1da54d044a605d832 Mon Sep 17 00:00:00 2001 From: thoughtsunificator <85041649+thoughtsunificator@users.noreply.github.com> Date: Thu, 3 Jun 2021 23:04:33 +0200 Subject: [PATCH] Added main field --- package.json | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/package.json b/package.json index 70c1723..e58e4ef 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,7 @@ { "name": "@thoughtsunificator/bbcode-parser", - "version": "1.0.1", + "version": "1.0.2", + "main": "index.js", "scripts": { "test": "nodeunit-esm -r", "generate-docs": "jsdoc --configure .jsdoc.json --verbose"