aboutsummaryrefslogtreecommitdiff
path: root/packages/icons-angular/package.json
diff options
context:
space:
mode:
authorcodecalm <codecalm@gmail.com>2022-04-10 02:13:39 +0200
committercodecalm <codecalm@gmail.com>2022-04-10 02:13:39 +0200
commita30198e3f468463384a41b169d93d1ec1ca07d12 (patch)
tree20f5ef8e399123d2ea71e88fe56385fab177883b /packages/icons-angular/package.json
parentfix `antenna-bars-off` (diff)
downloadtabler-icons-a30198e3f468463384a41b169d93d1ec1ca07d12.tar.xz
init v2.0 of tabler icons
Diffstat (limited to 'packages/icons-angular/package.json')
-rw-r--r--packages/icons-angular/package.json23
1 files changed, 23 insertions, 0 deletions
diff --git a/packages/icons-angular/package.json b/packages/icons-angular/package.json
new file mode 100644
index 00000000..43b8a837
--- /dev/null
+++ b/packages/icons-angular/package.json
@@ -0,0 +1,23 @@
+{
+ "name": "@tabler/icons-angular",
+ "version": "2.0.0",
+ "author": "codecalm",
+ "license": "MIT",
+ "homepage": "https://tabler-icons.io",
+ "bugs": {
+ "url": "https://github.com/tabler/tabler-icons/issues"
+ },
+ "funding": {
+ "type": "github",
+ "url": "https://github.com/sponsors/codecalm"
+ },
+ "repository": {
+ "type": "git",
+ "url": "https://github.com/tabler/tabler-icons.git",
+ "directory": "packages/icons-angular"
+ },
+ "sideEffects": false,
+ "scripts": {
+ "clean": "rm -rf dist"
+ }
+}