async-update-props
Advanced tools
Comparing version 1.0.0 to 1.0.1
@@ -0,1 +1,8 @@ | ||
# 1.0.1 (2016/9/15) | ||
#### Bugs Fixed | ||
- Added missing dependencies: **rimraf**, **jsdom** | ||
# 1.0.0 (2016/9/15) | ||
@@ -2,0 +9,0 @@ |
{ | ||
"name": "async-update-props", | ||
"version": "1.0.0", | ||
"version": "1.0.1", | ||
"description": "async props update HoC for React Component", | ||
@@ -50,2 +50,3 @@ "main": "lib/index.js", | ||
"eslint-plugin-react": "^6.2.2", | ||
"jsdom": "^9.5.0", | ||
"mocha": "^3.0.2", | ||
@@ -56,2 +57,3 @@ "nyc": "^8.1.0", | ||
"react-dom": "^15.3.1", | ||
"rimraf": "^2.5.4", | ||
"sinon": "^1.17.5", | ||
@@ -58,0 +60,0 @@ "sinon-chai": "^2.8.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
10238
27