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 4b5149f commit 1df9428
Show file tree
Hide file tree
Showing 3 changed files with 1 addition and 4 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.10",
"version": "0.0.11",
"workspaces": ["packages/*"]
}
2 changes: 0 additions & 2 deletions packages/standard/define/types.d.ts
Original file line number Diff line number Diff line change
Expand Up @@ -9,5 +9,3 @@ declare function define(
tagName: string,
options?: ElementDefinitionOptions,
): (constructor: CustomElementConstructor) => void;

export { define };
1 change: 0 additions & 1 deletion types.d.ts
Original file line number Diff line number Diff line change
@@ -1,2 +1 @@
/// <reference no-default-lib="true" />
/// <reference path="./packages/standard/define/types.d.ts" />

0 comments on commit 1df9428

Please sign in to comment.