Comparing version 5.1.3 to 5.1.4
declare module "bel" { | ||
export default function (strings: TemplateStringsArray, ...keys): HTMLElement; | ||
export default function (strings: TemplateStringsArray, ...keys: any[]): HTMLElement; | ||
export function createElement (tag: string, attributes: any, children: Array<any>): HTMLElement; | ||
} |
{ | ||
"name": "bel", | ||
"version": "5.1.3", | ||
"version": "5.1.4", | ||
"description": "A simple extension to native elements", | ||
@@ -30,3 +30,3 @@ "main": "index.js", | ||
"is-electron": "^2.0.0", | ||
"pelo": "0.0.3" | ||
"pelo": "^0.0.3" | ||
}, | ||
@@ -42,3 +42,4 @@ "devDependencies": { | ||
"wzrd": "^1.4.0" | ||
} | ||
}, | ||
"types": "./bel.d.ts" | ||
} |
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
24084
Updatedpelo@^0.0.3