Skip to content

Commit

Permalink
v1.0.4
Browse files Browse the repository at this point in the history
  • Loading branch information
cameronhunter committed Oct 2, 2023
1 parent 49aab38 commit 83de2a3
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "ink-markdown",
"version": "1.0.3",
"version": "1.0.4",
"description": "Render markdown text using Ink",
"main": "./build/index.js",
"author": "Cameron Hunter <hello@cameronhunter.co.uk>",
Expand Down Expand Up @@ -29,9 +29,9 @@
"./build"
],
"dependencies": {
"@types/marked-terminal": "^3.1.4",
"marked": "^9.0.3",
"marked-terminal": "^6.0.0",
"@types/marked-terminal": "^3.1.4"
"marked-terminal": "^6.0.0"
},
"devDependencies": {
"@types/dedent": "^0.7.0",
Expand Down

0 comments on commit 83de2a3

Please sign in to comment.