terra-markdown
Advanced tools
Comparing version 0.3.0 to 0.4.0
@@ -11,2 +11,6 @@ 'use strict'; | ||
var _propTypes = require('prop-types'); | ||
var _propTypes2 = _interopRequireDefault(_propTypes); | ||
var _marked = require('marked'); | ||
@@ -26,3 +30,3 @@ | ||
*/ | ||
src: _react.PropTypes.string | ||
src: _propTypes2.default.string | ||
}; | ||
@@ -29,0 +33,0 @@ // eslint-disable-next-line import/extensions |
{ | ||
"name": "terra-markdown", | ||
"main": "lib/Markdown.js", | ||
"version": "0.3.0", | ||
"version": "0.4.0", | ||
"description": "terra-markdown", | ||
@@ -26,12 +26,13 @@ "repository": { | ||
"react-dom": "^15.4.2", | ||
"terra-base": "^0.x" | ||
"terra-base": "^0.4.0" | ||
}, | ||
"dependencies": { | ||
"github-markdown-css": "^2.4.1", | ||
"marked": "^0.3.6", | ||
"github-markdown-css": "^2.4.1", | ||
"terra-base": "^0.x" | ||
"prop-types": "^15.5.8", | ||
"terra-base": "^0.4.0" | ||
}, | ||
"scripts": { | ||
"compile": "npm run compile:clean && npm run compile:build", | ||
"compile:clean": "rm -rf lib", | ||
"compile:clean": "$(cd ..; npm bin)/rimraf lib", | ||
"compile:build": "$(cd ..; npm bin)/babel src --out-dir lib --copy-files", | ||
@@ -38,0 +39,0 @@ "lint": "npm run lint: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
16003
7
34
+ Addedprop-types@^15.5.8
+ Addedterra-base@0.4.2(transitive)
- Removedhoist-non-react-statics@3.3.2(transitive)
- Removedintl@1.2.5(transitive)
- Removedintl-format-cache@2.2.9(transitive)
- Removedintl-messageformat@2.2.0(transitive)
- Removedintl-messageformat-parser@1.4.0(transitive)
- Removedintl-relativeformat@2.2.0(transitive)
- Removedinvariant@2.2.4(transitive)
- Removedreact-intl@2.9.0(transitive)
- Removedterra-base@0.9.0(transitive)
- Removedterra-i18n@0.5.0(transitive)
Updatedterra-base@^0.4.0