Skip to content
This repository has been archived by the owner on May 22, 2024. It is now read-only.

Commit

Permalink
fix: IWithTypeProp
Browse files Browse the repository at this point in the history
  • Loading branch information
Marcel Kloubert committed Feb 1, 2024
1 parent b4384fc commit e122eef
Show file tree
Hide file tree
Showing 4 changed files with 5 additions and 5 deletions.
2 changes: 1 addition & 1 deletion CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
# Change Log (@egomobile/documentation)

## 0.4.0
## 0.4.1

- add tools to add function dependencies
- reorganize code, especially types
Expand Down
4 changes: 2 additions & 2 deletions 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,6 +1,6 @@
{
"name": "@egomobile/documentation",
"version": "0.4.0",
"version": "0.4.1",
"description": "Tools for documenting (TypeScript) code.",
"main": "lib/index.js",
"engines": {
Expand Down
2 changes: 1 addition & 1 deletion src/types/index.ts
Original file line number Diff line number Diff line change
Expand Up @@ -92,7 +92,7 @@ export interface IWithTypeProp {
/**
* An optional value for classification. Value should be handled as slug value, case-insensitive.
*/
type: Nilable<string[]>;
type: Nilable<string>;
}

export * from "./dependencies";

0 comments on commit e122eef

Please sign in to comment.