react-dom-polyfill
Advanced tools
Comparing version 2.0.0-beta.5 to 2.0.0-beta.6
@@ -9,6 +9,5 @@ 'use strict'; | ||
try { | ||
/* eslint-disable global-require, import/no-extraneous-dependencies, import/no-unresolved */ | ||
// eslint-disable-next-line import/no-extraneous-dependencies | ||
return require('react-dom'); | ||
/* eslint-enable global-require, import/no-extraneous-dependencies, import/no-unresolved */ | ||
} catch (e) { | ||
} catch (err) { | ||
return null; | ||
@@ -15,0 +14,0 @@ } |
{ | ||
"name": "react-dom-polyfill", | ||
"version": "2.0.0-beta.5", | ||
"version": "2.0.0-beta.6", | ||
"description": "Publish React libs that work with all React versions (0.12+)", | ||
@@ -17,3 +17,4 @@ "repository": "https://github.com/react-cosmos/react-cosmos/tree/master/packages/react-dom-polyfill", | ||
"transform": "browserify-optional" | ||
} | ||
}, | ||
"xo": false | ||
} |
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
2689
22