Skip to content

Commit

Permalink
Update example to not include module paths for local references.
Browse files Browse the repository at this point in the history
  • Loading branch information
justinfagnani committed Sep 12, 2022
1 parent 7a9e719 commit 2424005
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 8 deletions.
6 changes: 2 additions & 4 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -121,16 +121,14 @@ The manifest would look like:
"kind": "js",
"name": "MyElement",
"declaration": {
"name": "MyElement",
"module": "my-project/my-element.js"
"name": "MyElement"
}
},
{
"kind": "custom-element-definition",
"name": "my-element",
"declaration": {
"name": "MyElement",
"module": "my-project/my-element.js"
"name": "MyElement"
}
}
]
Expand Down
6 changes: 2 additions & 4 deletions examples/simple-element.json
Original file line number Diff line number Diff line change
Expand Up @@ -45,16 +45,14 @@
"kind": "js",
"name": "MyElement",
"declaration": {
"name": "MyElement",
"module": "my-project/my-element.js"
"name": "MyElement"
}
},
{
"kind": "custom-element-definition",
"name": "my-element",
"declaration": {
"name": "MyElement",
"module": "my-project/my-element.js"
"name": "MyElement"
}
}
]
Expand Down

0 comments on commit 2424005

Please sign in to comment.