@timberio/types
Advanced tools
Comparing version 0.25.0 to 0.26.0
{ | ||
"name": "@timberio/types", | ||
"version": "0.25.0", | ||
"version": "0.26.0", | ||
"description": "Timber.io - Typescript types", | ||
@@ -40,3 +40,3 @@ "keywords": [ | ||
}, | ||
"gitHead": "afa8877e5963382a6909588e856e49d23264f158", | ||
"gitHead": "4d524b02c233eb6c5a4c6d374cbb751ea384b180", | ||
"dependencies": { | ||
@@ -43,0 +43,0 @@ "js": "^0.1.0" |
@@ -17,3 +17,3 @@ # 🌲 Timber - Shared Typescript types | ||
### Importing types | ||
## Importing types | ||
@@ -67,3 +67,3 @@ You can import a shared type into a Typescript project by importing directly from this package: | ||
Warn = "warn", | ||
Error = "error" | ||
Error = "error", | ||
} | ||
@@ -103,4 +103,4 @@ ``` | ||
### LICENSE | ||
## LICENSE | ||
[ISC](LICENSE.md) |
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
8947