Skip to content

Commit

Permalink
ci: npm publish
Browse files Browse the repository at this point in the history
  • Loading branch information
deMGoncalves committed Jun 28, 2024
1 parent 1df9428 commit 68dac1a
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -28,6 +28,6 @@
"source": "./index.js",
"type": "module",
"types": "./types.d.ts",
"version": "0.0.11",
"version": "0.0.12",
"workspaces": ["packages/*"]
}
2 changes: 1 addition & 1 deletion packages/standard/define/types.d.ts
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@
* @param {ElementDefinitionOptions} options - As opções para definir o elemento personalizado.
* @returns {Function} - Uma função decoradora para definir a classe do elemento personalizado.
*/
declare function define(
export declare function define(
tagName: string,
options?: ElementDefinitionOptions,
): (constructor: CustomElementConstructor) => void;

0 comments on commit 68dac1a

Please sign in to comment.