marklassian
Advanced tools
+6
-0
| # Changelog | ||
| ## 1.0.4 | ||
| ### Changes | ||
| - Update `marked` dependency range to optionally support version 16.0.0 | ||
| ## 1.0.3 | ||
@@ -4,0 +10,0 @@ |
+2
-2
| { | ||
| "name": "marklassian", | ||
| "version": "1.0.3", | ||
| "version": "1.0.4", | ||
| "description": "Converts markdown to the Atlassian Document Format (ADF)", | ||
@@ -29,3 +29,3 @@ "repository": { | ||
| "dependencies": { | ||
| "marked": "^15.0.6" | ||
| "marked": "^15.0.6 || ^16.0.0" | ||
| }, | ||
@@ -32,0 +32,0 @@ "devDependencies": { |
24621
0.44%+ Added
- Removed
Updated