react-tabs
Advanced tools
Comparing version 4.0.0 to 4.0.1
{ | ||
"name": "react-tabs", | ||
"version": "4.0.0", | ||
"version": "4.0.1", | ||
"description": "An accessible and easy tab component for ReactJS", | ||
@@ -49,3 +49,3 @@ "main": "lib/index.js", | ||
"peerDependencies": { | ||
"react": "^16.3.0 || ^17.0.0-0" | ||
"react": "^16.8.0 || ^17.0.0-0" | ||
}, | ||
@@ -109,4 +109,8 @@ "devDependencies": { | ||
"testRegex": "/__tests__/.+-test\\.js$", | ||
"testEnvironment": "jsdom" | ||
"testEnvironment": "jsdom", | ||
"coveragePathIgnorePatterns": [ | ||
"/node_module/", | ||
"/__tests__/" | ||
] | ||
} | ||
} |
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
281801