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"