terra-markdown
Advanced tools
Comparing version 2.0.0 to 2.1.0
@@ -13,3 +13,3 @@ # Dependency Information | ||
|-|-|-|-| | ||
| react | ^15.4.2 | -- | React is a JavaScript library for building user interfaces. | | ||
| react-dom | ^15.4.2 | ^15.6.2 | React package for working with the DOM. | | ||
| react | ^16.2.0 | -- | React is a JavaScript library for building user interfaces. | | ||
| react-dom | ^16.2.0 | ^16.0.0 | React package for working with the DOM. | |
@@ -25,2 +25,4 @@ 'use strict'; | ||
/* github-markdown-css's main entry in package.json resolves to a CSS file and this seems to be causing issues with eslint */ | ||
/* eslint-disable import/extensions */ | ||
var propTypes = { | ||
@@ -32,3 +34,5 @@ /** | ||
}; | ||
/* eslint-enable import/extensions */ | ||
var defaultProps = { | ||
@@ -35,0 +39,0 @@ src: '' |
{ | ||
"name": "terra-markdown", | ||
"main": "lib/Markdown.js", | ||
"version": "2.0.0", | ||
"version": "2.1.0", | ||
"description": "terra-markdown", | ||
@@ -6,0 +6,0 @@ "repository": { |
import React from 'react'; | ||
import PropTypes from 'prop-types'; | ||
import marked from 'marked'; | ||
/* github-markdown-css's main entry in package.json resolves to a CSS file and this seems to be causing issues with eslint */ | ||
/* eslint-disable import/extensions */ | ||
import 'github-markdown-css'; | ||
/* eslint-enable import/extensions */ | ||
import './Markdown.scss'; | ||
@@ -6,0 +9,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
21732
126