From 1b678e9192464f8532eecba7fa2770a22c9bf09b Mon Sep 17 00:00:00 2001 From: SiRanWeb Date: Sat, 26 Nov 2022 14:50:41 +0300 Subject: [PATCH] fix import --- package.json | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/package.json b/package.json index 891e322..e0bda43 100644 --- a/package.json +++ b/package.json @@ -1,9 +1,8 @@ { "name": "activitypub-models", - "version": "0.0.3", + "version": "0.0.4", "description": "ActivityPub Models JS/TS implementation", "main": "./dist/index.js", - "type": "module", "scripts": { "tsc": "tsc -p ./tsconfig.json", "tsc:watch": "tsc -w -p ./tsconfig.json"