terra-markdown
Advanced tools
Comparing version 2.16.0 to 2.17.0
@@ -7,2 +7,7 @@ Changelog | ||
2.17.0 - (November 19, 2018) | ||
------------------ | ||
### Changed | ||
* Minor dependency version bump | ||
2.16.0 - (November 13, 2018) | ||
@@ -9,0 +14,0 @@ ------------------ |
{ | ||
"name": "terra-markdown", | ||
"main": "lib/Markdown.js", | ||
"version": "2.16.0", | ||
"version": "2.17.0", | ||
"description": "React component to display the content of markdown files.", | ||
@@ -33,3 +33,3 @@ "repository": { | ||
"scripts": { | ||
"compile": "npm run compile:clean && npm run compile:build && tt-pack", | ||
"compile": "npm run compile:clean && npm run compile:build", | ||
"compile:clean": "rimraf lib", | ||
@@ -36,0 +36,0 @@ "compile:build": "babel src --out-dir lib --copy-files", |
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
22654