chore: update icons

This commit is contained in:
Cory Dransfeldt 2024-06-25 14:56:03 -07:00
parent b29d79d399
commit 6742bdd681
No known key found for this signature in database
3 changed files with 11 additions and 10 deletions

View file

@ -1,6 +1,6 @@
{
"name": "@cdransf/eleventy-plugin-tabler-icons",
"version": "1.6.1",
"version": "1.7.0",
"description": "Shortcodes to add Tabler icons to your Eleventy projects",
"main": "tablericons.js",
"files": [
@ -33,6 +33,6 @@
"license": "MIT",
"devDependencies": {
"@11ty/eleventy": "^2.0.1",
"@tabler/icons": "^3.6.0"
"@tabler/icons": "^3.7.0"
}
}