Skip to content

Commit

Permalink
chore: 3.0.10 release: fix typings
Browse files Browse the repository at this point in the history
  • Loading branch information
woothu committed May 19, 2020
1 parent 5bfe25c commit 98f53db
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion package-lock.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
{
"name": "@coreui/vue",
"description": "CoreUI Vue Bootstrap 4 layout components",
"version": "3.0.9",
"version": "3.0.10",
"license": "MIT",
"main": "dist/coreui-vue.common.js",
"types": "src/index.d.ts",
Expand Down
2 changes: 1 addition & 1 deletion src/components/index.d.ts
Original file line number Diff line number Diff line change
Expand Up @@ -464,7 +464,7 @@ type ContentFlat = [NodeFlat]
declare interface NodeFlat {
_name: string;
_children?: Array<string | NodeFlat>;
[key: string]?: any;
[key: string]: any;
}

type ContentNotFlat = [
Expand Down

0 comments on commit 98f53db

Please sign in to comment.