From e606738bf523e4c958e069d1a9af0f08bcc93312 Mon Sep 17 00:00:00 2001 From: Kristofer Baxter Date: Wed, 22 May 2019 15:16:24 -0700 Subject: [PATCH] Syntax:esmodules path was incorrect (#502) * Wrong path in syntax:esmodules --- package.json | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/package.json b/package.json index 1e618f7db..0a6cd6d88 100644 --- a/package.json +++ b/package.json @@ -1,10 +1,10 @@ { "name": "@ampproject/worker-dom", - "version": "0.12.0", + "version": "0.12.1", "description": "A facsimile of a modern DOM implementation intended to run in a Web Worker.", "main": "dist/main", "syntax": { - "esmodules": "dist/index.mjs" + "esmodules": "dist/main.mjs" }, "repository": { "type": "git",