fitbit-sdk-types
Advanced tools
Comparing version 4.3.6 to 4.3.7
{ | ||
"name": "fitbit-sdk-types", | ||
"version": "4.3.6", | ||
"version": "4.3.7", | ||
"author": "Sergio Morchón Poveda <sergio.morchon@outlook.com>", | ||
@@ -44,5 +44,11 @@ "description": "Types for Fitbit SDK.", | ||
"eslint-config-prettier": "^6.10.1", | ||
"husky": "^4.2.5", | ||
"prettier": "^2.0.4", | ||
"typescript": "^3.8.3" | ||
}, | ||
"husky": { | ||
"hooks": { | ||
"pre-commit": "npm run fix-code" | ||
} | ||
} | ||
} |
declare const Fragment: (props: { children: JSX.Element }) => JSX.Element; | ||
declare const Page: (props: { children: JSX.Element }) => JSX.Element; | ||
declare const Section: (props: { | ||
children: JSX.Element; | ||
children?: JSX.Element; | ||
title: JSX.Element; | ||
@@ -6,0 +6,0 @@ description?: JSX.Element; |
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
52188
8