diff --git a/packages/cli/package.json b/packages/cli/package.json index 8b5ac19..0f701cc 100644 --- a/packages/cli/package.json +++ b/packages/cli/package.json @@ -3,6 +3,7 @@ "version": "1.0.0-alpha.14", "description": "A Command Line Interface for Linked Data Objects", "main": "./dist/index.js", + "type": "module", "bin": { "ldo": "./dist/index.js" }, @@ -60,4 +61,4 @@ "access": "public" }, "gitHead": "840910c56ec3f61416f031cc76771a5673af6757" -} +} \ No newline at end of file