terra-markdown
Advanced tools
Comparing version 2.32.0 to 2.33.0
@@ -7,2 +7,7 @@ Changelog | ||
2.33.0 - (August 21, 2019) | ||
------------------ | ||
### Changed | ||
* Cleaned up imports in examples and test files | ||
2.32.0 - (August 14, 2019) | ||
@@ -9,0 +14,0 @@ ------------------ |
@@ -10,3 +10,3 @@ "use strict"; | ||
var _Markdown = _interopRequireDefault(require("terra-markdown/lib/Markdown")); | ||
var _terraMarkdown = _interopRequireDefault(require("terra-markdown")); | ||
@@ -21,3 +21,2 @@ var _bind = _interopRequireDefault(require("classnames/bind")); | ||
// eslint-disable-next-line import/no-extraneous-dependencies, import/no-unresolved, import/extensions | ||
var cx = _bind.default.bind(_MarkdownModule.default); // We're not using the doc template here to avoid circular dependencies. | ||
@@ -29,3 +28,3 @@ | ||
className: cx('markdown-wrapper') | ||
}, _react.default.createElement(_Markdown.default, { | ||
}, _react.default.createElement(_terraMarkdown.default, { | ||
src: _README.default | ||
@@ -32,0 +31,0 @@ })); |
{ | ||
"name": "terra-markdown", | ||
"main": "lib/Markdown.js", | ||
"version": "2.32.0", | ||
"version": "2.33.0", | ||
"description": "React component to display the content of markdown files.", | ||
@@ -43,3 +43,3 @@ "repository": { | ||
}, | ||
"gitHead": "d3a78e594d028b254196bacaaf2c84ebdc521cbe" | ||
"gitHead": "37723a89a2355ab6990c3ea974ad4a6764bcfa42" | ||
} |
import React from 'react'; | ||
// eslint-disable-next-line import/no-extraneous-dependencies, import/no-unresolved, import/extensions | ||
import Markdown from 'terra-markdown/lib/Markdown'; | ||
import Markdown from 'terra-markdown'; | ||
import classNames from 'classnames/bind'; | ||
@@ -5,0 +4,0 @@ import ReadMe from '../../../../docs/README.md'; |
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
85183
426