broccoli-node-api
Advanced tools
Comparing version 1.5.0 to 1.6.0
@@ -196,5 +196,5 @@ /** | ||
export interface CallbackObject { | ||
build(): Promise<void>; | ||
build(): Promise<void> | void; | ||
} | ||
export type InputNode = Node | string; |
{ | ||
"name": "broccoli-node-api", | ||
"version": "1.5.0", | ||
"version": "1.6.0", | ||
"description": "Broccoli Plugin API Types", | ||
@@ -5,0 +5,0 @@ "repository": "github:broccolijs/broccoli-node-api", |
@@ -156,3 +156,3 @@ # `broccoli-node-api` | ||
interface CallbackObject { | ||
build(): Promise<void>; | ||
build(): Promise<void> | void; | ||
} | ||
@@ -159,0 +159,0 @@ ``` |
License Policy Violation
LicenseThis package is not allowed per your license policy. Review the package's license to ensure compliance.
Found 1 instance in 1 package
License Policy Violation
LicenseThis package is not allowed per your license policy. Review the package's license to ensure compliance.
Found 1 instance in 1 package
11141