@twreporter/velocity-react
Advanced tools
Comparing version 1.4.1 to 1.4.2
@@ -0,1 +1,6 @@ | ||
### v1.4.2 (2019-08-22) | ||
Update package.json#dependencies: lodash@^4 -> lodash@^4.0.0 | ||
Update package.json#files: only pack useful files | ||
### v1.4.1 (2017-12-18) | ||
@@ -2,0 +7,0 @@ |
{ | ||
"name": "@twreporter/velocity-react", | ||
"version": "1.4.1", | ||
"version": "1.4.2", | ||
"description": "React components to wrap Velocity animations", | ||
@@ -30,3 +30,3 @@ "main": "index.js", | ||
"dependencies": { | ||
"lodash": "^4", | ||
"lodash": "^4.0.0", | ||
"prop-types": "^15.5.8", | ||
@@ -68,3 +68,8 @@ "react-transition-group": "^1.2.1", | ||
"webpack-dev-server": "^1.10.1" | ||
} | ||
}, | ||
"files": [ | ||
"lib", | ||
"index.js", | ||
"velocity-*.js" | ||
] | ||
} |
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
49316
9
697
Updatedlodash@^4.0.0