From 3c1c82c606c0274c674fa40385d8abd078511885 Mon Sep 17 00:00:00 2001 From: joe k Date: Tue, 12 Jul 2022 14:12:07 -0400 Subject: [PATCH] adding correct exports for npm --- package.json | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/package.json b/package.json index 3050760..0bab0f9 100644 --- a/package.json +++ b/package.json @@ -1,7 +1,7 @@ { "name": "@tatatap-com/sowhat", "description": "Anything goes, organizational and utility function notation parser.", - "version": "2.0.2", + "version": "2.0.3", "license": "MIT", "type": "module", "engines": { @@ -21,7 +21,7 @@ "rollup": "^2.75.7", "rollup-plugin-terser": "^7.0.2" }, - "exports": "./src/index.js", + "exports": "./dist/sowhat.js", "directories": { "test": "test" },