Skip to content

Commit

Permalink
Add @tabler/icons to dependencies in icons-angular
Browse files Browse the repository at this point in the history
  • Loading branch information
Bartłomiej Gawęda committed Jun 25, 2024
1 parent fe1c4aa commit 6ee1fc7
Showing 1 changed file with 4 additions and 1 deletion.
5 changes: 4 additions & 1 deletion packages/icons-angular/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@tabler/icons-angular",
"version": "3.6.0-alpha.1",
"version": "3.7.0-alpha.1",
"license": "MIT",
"author": "BG-Software",
"description": "A set of free MIT-licensed high-quality SVG icons for you to use in your Angular projects.",
Expand Down Expand Up @@ -28,6 +28,9 @@
"test": "ng test --no-watch --no-progress",
"test:watch": "ng test"
},
"dependencies": {
"@tabler/icons": "^3.7.0"
},
"devDependencies": {
"@angular-devkit/build-angular": "^17.3.3",
"@angular/animations": "^17.3.3",
Expand Down

0 comments on commit 6ee1fc7

Please sign in to comment.