babel-plugin-provide-modules
Advanced tools
Comparing version 1.0.1 to 1.0.2
{ | ||
"name": "babel-plugin-provide-modules", | ||
"version": "1.0.1", | ||
"version": "1.0.2", | ||
"main": "lib/index.js", | ||
@@ -5,0 +5,0 @@ "repository": { |
@@ -38,3 +38,3 @@ # Provide Modules | ||
import {findDOMNode as find} from 'react-dom'; | ||
import React, {PropTypes, cloneElement as find} from 'react'; | ||
import React, {PropTypes, cloneElement as clone} from 'react'; | ||
``` | ||
@@ -41,0 +41,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
7603