terra-markdown
Advanced tools
Comparing version 2.20.0 to 2.21.0
@@ -7,2 +7,7 @@ Changelog | ||
2.21.0 - (February 5, 2019) | ||
------------------ | ||
### Changed | ||
* Minor dependency version bump | ||
2.20.0 - (January 22, 2019) | ||
@@ -9,0 +14,0 @@ ------------------ |
{ | ||
"name": "terra-markdown", | ||
"main": "lib/Markdown.js", | ||
"version": "2.20.0", | ||
"version": "2.21.0", | ||
"description": "React component to display the content of markdown files.", | ||
@@ -34,3 +34,3 @@ "repository": { | ||
"compile": "npm run compile:clean && npm run compile:build", | ||
"compile:clean": "rimraf lib", | ||
"compile:clean": "rm -rf lib", | ||
"compile:build": "babel src --out-dir lib --copy-files", | ||
@@ -37,0 +37,0 @@ "lint": "npm run lint:js && npm run lint:scss", |
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
23380