Skip to content

Commit

Permalink
Syntax:esmodules path was incorrect (#502)
Browse files Browse the repository at this point in the history
* Wrong path in syntax:esmodules
  • Loading branch information
kristoferbaxter authored May 22, 2019
1 parent a63b6cb commit e606738
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions package.json
Original file line number Diff line number Diff line change
@@ -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",
Expand Down

0 comments on commit e606738

Please sign in to comment.