@atlaskit/polyfills
Advanced tools
Comparing version 1.3.0 to 1.4.0
# @atlaskit/polyfills | ||
## 1.4.0 | ||
- [minor] Add React 16 support. [12ea6e4](https://bitbucket.org/atlassian/atlaskit-mk-2/commits/12ea6e4) | ||
## 1.3.0 | ||
@@ -4,0 +7,0 @@ - [minor] added array.prototype.find polyfull to package [d1eb5b7](https://bitbucket.org/atlassian/atlaskit-mk-2/commits/d1eb5b7) |
{ | ||
"name": "@atlaskit/polyfills", | ||
"version": "1.3.0", | ||
"version": "1.4.0", | ||
"description": "A package containing polyfills for native methods.", | ||
@@ -16,7 +16,7 @@ "license": "Apache-2.0", | ||
"peerDependencies": { | ||
"react": "^15.6.1" | ||
"react": "15.6.0 - 16.2.0" | ||
}, | ||
"devDependencies": { | ||
"@atlaskit/docs": "^2.0.0" | ||
"@atlaskit/docs": "^2.4.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
5720