hadron-react-components
Advanced tools
Comparing version 3.1.0 to 3.2.0
@@ -16,2 +16,3 @@ 'use strict'; | ||
module.exports.ZeroState = require('./zero-state'); | ||
module.exports.UnsafeComponent = require('./unsafe-component'); | ||
module.exports.UnsafeComponent = require('./unsafe-component'); | ||
module.exports.WithDragDropContext = require('./with-drag-drop-context'); |
@@ -7,3 +7,3 @@ { | ||
"homepage": "https://github.com/mongodb-js/hadron-react/packages/hadron-react-components", | ||
"version": "3.1.0", | ||
"version": "3.2.0", | ||
"repository": { | ||
@@ -52,3 +52,3 @@ "type": "git", | ||
}, | ||
"gitHead": "d7d266b7cf8c9627887f9165d5ba6f6498679f37" | ||
"gitHead": "629a3dc03182a8e01b0c9f7eb6bf05f5aab66aa8" | ||
} |
@@ -15,1 +15,2 @@ module.exports.FormInput = require('./form-input'); | ||
module.exports.UnsafeComponent = require('./unsafe-component'); | ||
module.exports.WithDragDropContext = require('./with-drag-drop-context'); |
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
125805
53
3039