devtools-modules
Advanced tools
Comparing version 0.0.15 to 0.0.16
@@ -5,4 +5,4 @@ /* This Source Code Form is subject to the terms of the Mozilla Public | ||
const React = require("devtools/client/shared/vendor/react"); | ||
const ReactDOM = require("devtools/client/shared/vendor/react-dom"); | ||
const React = require("react"); | ||
const ReactDOM = require("react-dom"); | ||
const { DOM: dom, PropTypes } = React; | ||
@@ -9,0 +9,0 @@ |
{ | ||
"name": "devtools-modules", | ||
"version": "0.0.15", | ||
"version": "0.0.16", | ||
"description": "DevTools Modules from M-C", | ||
@@ -5,0 +5,0 @@ "main": "index.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
42135