Skip to content

Commit

Permalink
yeah forgot to change that before
Browse files Browse the repository at this point in the history
  • Loading branch information
DeepDoge committed Oct 18, 2024
1 parent 1586763 commit 76ad4a6
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion jsr.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@purifyjs/core",
"version": "0.0.310",
"version": "0.0.311",
"exports": "./lib/all.ts",
"publish": {
"include": ["lib", "LICENSE", "README.md"]
Expand Down
2 changes: 1 addition & 1 deletion lib/tags.ts
Original file line number Diff line number Diff line change
Expand Up @@ -165,7 +165,7 @@ export namespace Lifecycle {
*/
let withLifecycle = <T extends keyof HTMLElementTagNameMap>(
tagname: T,
newTagName = `enchanced-${tagname}`,
newTagName = `pure-${tagname}`,
constructor = customElements.get(newTagName) as new () => HTMLElement
) => {
if (!constructor) {
Expand Down

0 comments on commit 76ad4a6

Please sign in to comment.