enzyme-theme-utils
Advanced tools
Comparing version 1.0.3 to 1.1.0
{ | ||
"name": "enzyme-theme-utils", | ||
"main": "dist/enzyme-theme-utils.js", | ||
"version": "1.0.3", | ||
"version": "1.1.0", | ||
"description": "Enzyme Theme Utilities", | ||
@@ -13,2 +13,5 @@ "scripts": { | ||
}, | ||
"publishConfig": { | ||
"registry": "https://registry.npmjs.org/" | ||
}, | ||
"license": "MIT", | ||
@@ -38,6 +41,6 @@ "babel": { | ||
"peerDependencies": { | ||
"react": "^15.6.1", | ||
"react-dom": "^15.6.1", | ||
"react": "^16.0.0", | ||
"react-dom": "^16.0.0", | ||
"enzyme": "^3.1.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
12819