react-resizable
Advanced tools
Comparing version 0.1.0 to 0.1.1
@@ -5,3 +5,3 @@ module.exports = function() { | ||
module.exports.Resizable = require('./build/Resizable.jsx'); | ||
module.exports.ResizableBox = require('./build/ResizableBox.jsx'); | ||
module.exports.Resizable = require('./build/Resizable'); | ||
module.exports.ResizableBox = require('./build/ResizableBox'); |
{ | ||
"name": "react-resizable", | ||
"version": "0.1.0", | ||
"version": "0.1.1", | ||
"description": "A component that is resizable with handles.", | ||
@@ -38,3 +38,6 @@ "main": "index.js", | ||
"object.assign": "^1.1.1" | ||
}, | ||
"publishConfig": { | ||
"registry": "https://registry.npmjs.org" | ||
} | ||
} |
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
17421