Skip to content

Commit

Permalink
Remove dependency on table-string
Browse files Browse the repository at this point in the history
  • Loading branch information
martrapp committed Dec 23, 2023
1 parent f961287 commit 6b49bd3
Showing 1 changed file with 3 additions and 4 deletions.
7 changes: 3 additions & 4 deletions package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "astro-vtbot",
"version": "1.1.1",
"version": "1.1.2",
"description": "A Bag of Tricks for Astro's View Transtions.",
"homepage": "https://github.com/martrapp/astro-vt-bot#readme",
"bugs": "https://github.com/martrapp/astro-vt-bot/issues",
Expand Down Expand Up @@ -49,7 +49,6 @@
"url": "https://github.com/sponsors/martrapp"
},
"dependencies": {
"@types/dom-view-transitions": "^1.0.4",
"table-string": "^1.2.1"
"@types/dom-view-transitions": "^1.0.4"
}
}
}

0 comments on commit 6b49bd3

Please sign in to comment.