react-grid-gallery
Advanced tools
Comparing version 0.5.0 to 0.5.1
# react-grid-gallery | ||
### v0.5.1 / 2018-06-29 | ||
* Moved prop-types dependency from dev dependencies to dependencies | ||
### v0.5.0 / 2018-06-26 | ||
@@ -4,0 +9,0 @@ |
{ | ||
"name": "react-grid-gallery", | ||
"version": "0.5.0", | ||
"version": "0.5.1", | ||
"description": "Justified gallery component for React.", | ||
"main": "lib/Gallery.js", | ||
"dependencies": { | ||
"react-images": "^0.5.16" | ||
"react-images": "^0.5.16", | ||
"prop-types": "^15.5.8" | ||
}, | ||
@@ -28,4 +29,3 @@ "devDependencies": { | ||
"vinyl-source-stream": "^1.1.0", | ||
"watchify": "^3.7.0", | ||
"prop-types": "^15.5.8" | ||
"watchify": "^3.7.0" | ||
}, | ||
@@ -32,0 +32,0 @@ "repository": { |
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
434201
19
2
+ Addedprop-types@^15.5.8